From 22ede831de4c5f7d2ec95e5aa17c2e0fa76738ec Mon Sep 17 00:00:00 2001 From: Sourasish Basu <89185962+SourasishBasu@users.noreply.github.com> Date: Thu, 2 Nov 2023 13:10:06 +0530 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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) + + + +