Skip to content

Commit

Permalink
[fix] deploy.yml 서버 배포 스크립트 수정
Browse files Browse the repository at this point in the history
related to #24
  • Loading branch information
jo0oy committed Jan 3, 2024
1 parent 71b0e1b commit 60cf680
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,6 @@ jobs:
script: |
sudo docker rm -f $(docker ps -qa)
sudo docker pull ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPO }}
cd TripComeTrue_BE
sudo docker-compose up -d
sudo docker image prune -f

0 comments on commit 60cf680

Please sign in to comment.