Skip to content

Commit

Permalink
cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
amish kohli authored and amish kohli committed Jan 21, 2025
1 parent 7d66774 commit 837afff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: |
aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 058264122535.dkr.ecr.us-east-1.amazonaws.com
docker tag api/ionic:latest 058264122535.dkr.ecr.us-east-1.amazonaws.com/api/ionic:latest
docker push 058264122535.dkr.ecr.us-east-1.amazonaws.com/elysia-app:latest
docker push 058264122535.dkr.ecr.us-east-1.amazonaws.com/api/ionic:latest
- name: Update Infra with latest deployment
run: |
Expand Down

0 comments on commit 837afff

Please sign in to comment.