Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Darshan R.M committed May 7, 2024
1 parent 13a3107 commit da8c5e6
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ jobs:
sudo apt-get update
sudo apt-get install -y jq unzip
- name: Cleanup Docker Resources
run: |
docker system prune -af
docker container prune -f
docker image prune -f
docker volume prune -f
docker network prune -f
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand All @@ -53,11 +61,6 @@ jobs:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
ECR_REPOSITORY: ${{ secrets.ECR_REPOSITORY_NAME }}
IMAGE_TAG: latest
s3_ACCESS_KEY_ID: ${{ secrets.s3_ACCESS_KEY_ID }}
s3_SECRET_ACCESS_KEY: ${{ secrets.s3_SECRET_ACCESS_KEY }}
s3_REGION: ${{ secrets.s3_REGION }}
s3_BUCKET_NAME: ${{ secrets.s3_BUCKET_NAME }}
s3_OBJECT_KEY_NAME: ${{ secrets.s3_OBJECT_KEY_NAME }}
run: |
export s3_ACCESS_KEY_ID=$s3_ACCESS_KEY_ID
export s3_SECRET_ACCESS_KEY=$s3_SECRET_ACCESS_KEY
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ Click the below image to see vedio solution explaination.

<p align="center">I have used AWS ECR and AWS EC2 to deploy our application.</p>
<p align="center"><img src="images/deploy1.png" width="700" height="400"></p>
<p align="center"><img src="images/deploy2.png" width="700" height="400"></p>
<p align="center"><img src="images/deploy3.png" width="700" height="400"></p>
<p align="center"><img src="images/deploy4.png" width="700" height="400"></p>
<p align="center"><img src="images/deploy5.png" width="700" height="400"></p>
<p align="center"><img src="images/deploy6.png" width="700" height="400"></p>

---

Expand Down
Binary file added images/deploy1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/deploy2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/deploy3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/deploy4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit da8c5e6

Please sign in to comment.