diff --git a/README.md b/README.md index 7ced911..6cb3b6d 100644 --- a/README.md +++ b/README.md @@ -123,3 +123,11 @@ Fork this repository. Inside your forked repo follow these steps: In the above block we have defined our job with name **Deploy to EC2** and enforced it to run on latest Ubuntu version. In order to deploy the code to our server and change the files on it, we need to access the EC2 instance using `ssh`. This workflow ensures that these actions only run when we push our changes to `main` branch. + +Before Changes | After Changes +:-------------------------:|:-------------------------: +![Imgur](http://i.imgur.com/231Phxj.png) | ![Imgur](https://i.imgur.com/odxHUzJ.png) + + + +