Skip to content

Commit

Permalink
Merge pull request #234 from SWM-NM/dev
Browse files Browse the repository at this point in the history
🐛 [FIX] pull명령어 latest 변경 #220
  • Loading branch information
miiiinju1 authored Sep 4, 2023
2 parents 0c23dac + 965b910 commit 1a6dd92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
docker-compose down
# ECR에서 이미지 가져오기
docker pull ${ECR_REPOSITORY}:${TAG}
# docker pull public.ecr.aws/s7z8j0e6/morandi-backend:latest
# docker pull ${ECR_REPOSITORY}:${TAG}
docker pull ${ECR_REPOSITORY}:latest
docker-compose up -d

0 comments on commit 1a6dd92

Please sign in to comment.