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 6e5c076 commit c862136
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,8 @@ jobs:
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.SSH_PORT }}
script: whoami
script: |
docker pull ${{ secrets.ECR_URI }}:latest
cd web/
docker-compose restart ${{ secrets.SERVER_NAME }}
docker-compose up -d

0 comments on commit c862136

Please sign in to comment.