Skip to content

Commit

Permalink
fix: deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Eundms committed Dec 31, 2023
1 parent 45a4761 commit 1fa1afc
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 @@ -67,4 +67,5 @@ jobs:
if sudo docker images | grep ${{ secrets.DOCKERHUB_USERNAME }}/vvue-be-img; then sudo docker rmi -f ${{ secrets.DOCKERHUB_USERNAME }}/vvue-be-img; fi
sudo docker pull ${{ secrets.DOCKERHUB_USERNAME }}/vvue-be-img
sudo docker-compose -f ${{secrets.DOCKER_COMPOSE_FILE_PATH}} down
sudo docker-compose -f ${{secrets.DOCKER_COMPOSE_FILE_PATH}} up -d

0 comments on commit 1fa1afc

Please sign in to comment.