Skip to content

Commit

Permalink
fix: CD
Browse files Browse the repository at this point in the history
  • Loading branch information
david-parkk committed Sep 7, 2024
1 parent 36243e9 commit 3039730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
sudo docker-compose stop
sudo docker rm $(sudo docker ps -a -q)
sudo docker rmi ${{ sudo docker images -q }}
sudo docker rmi $(sudo docker images -q )
sudo docker pull ${{ secrets.DOCKER_REPO }}
sudo docker-compose up --build -d
Expand Down

0 comments on commit 3039730

Please sign in to comment.