Skip to content

Commit

Permalink
Merge pull request #212 from pistachiostudio/system-prune
Browse files Browse the repository at this point in the history
🗑️ docker system prune
  • Loading branch information
quojama authored Dec 8, 2023
2 parents c845e71 + 84aec06 commit fa984d5
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 fa984d5

Please sign in to comment.