Skip to content

Commit

Permalink
🗑️ docker system prune
Browse files Browse the repository at this point in the history
  • Loading branch information
quojama committed Dec 7, 2023
1 parent c845e71 commit 84aec06
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 @@ -27,4 +27,4 @@ jobs:
cd ${{ secrets.DEPLOY_DIR }}
sudo git pull origin main
sudo docker compose up -d --build --force-recreate
sudo docker image prune -a -f
sudo docker system prune -a -f

0 comments on commit 84aec06

Please sign in to comment.