Skip to content

Commit

Permalink
Merge pull request #239 from SWM-NM/dev
Browse files Browse the repository at this point in the history
🐛 [FIX] 환경변수 변경 #220
  • Loading branch information
miiiinju1 authored Sep 4, 2023
2 parents 1d5221d + 67fe1b4 commit faa0084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ jobs:
# ECR에서 이미지 가져오기
# docker pull public.ecr.aws/s7z8j0e6/morandi-backend:latest
# docker pull ${ECR_REPOSITORY}:${TAG}
docker pull ${ECR_REGISTRY}/${ECR_REPOSITORY}:latest
docker pull ${{ECR_REGISTRY}}/${{ECR_REPOSITORY}}:latest
docker-compose up -d

0 comments on commit faa0084

Please sign in to comment.