Skip to content

Commit

Permalink
Disable docker build caching in deploy-to-vps.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mega-JC committed Jul 27, 2024
1 parent 56f646c commit c624721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-vps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
cd ~/PygameCommunityBot
docker compose stop
docker compose rm -f
sleep 60 && docker compose up -d --build
sleep 60 && docker compose build --no-cache && docker compose up -d
docker image prune -af

0 comments on commit c624721

Please sign in to comment.