Skip to content

Commit

Permalink
πŸ‘€ :: chore :: update CICD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
soyeonkim0227 committed Dec 4, 2023
1 parent 12c7ca9 commit b8823c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ jobs:
script: |
aws ecr get-login-password --region ${{ secrets.AWS_DEFAULT_REGION }} | docker login --username AWS --password-stdin ${{ secrets.ECR_URI }}
docker pull ${{ secrets.ECR_URI }}:latest
cd web/
docker-compose restart ${{ secrets.SERVER_NAME }}
docker-compose up -d

0 comments on commit b8823c6

Please sign in to comment.