Skip to content

Commit

Permalink
refac: push image to AWS Public ECR and pull & run image in EC2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lim-Changi committed Sep 3, 2024
1 parent cdc1389 commit 2140e7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_KEY }}
aws-region: ${{ secrets.AWS_REGION }}

- name: Push Image to AWS ECR Public Repo
id: ecr-image-push
Expand Down

0 comments on commit 2140e7a

Please sign in to comment.