Skip to content

Commit

Permalink
feat: docker container명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JongMany committed Oct 21, 2024
1 parent 7120c33 commit d332ad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ jobs:
- name: Pull image from Amazon ECR and restart Docker Container
run: |
docker pull ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}
docker stop study-log-client || true && docker rm study-log-client || true
docker run -d --name study-log-client -p 3000:3000 --restart unless-stopped \
docker stop sj-graduate-client || true && docker rm sj-graduate-client || true
docker run -d --name sj-graduate-client -p 3000:3000 --restart unless-stopped \
--env-file .env.production \
${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}
# --env-file .env.production \

0 comments on commit d332ad4

Please sign in to comment.