Skip to content

Commit

Permalink
chore: update deploy-prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDave1999 committed Jan 22, 2025
1 parent 3db328a commit 36c47e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
cd ctf-prod
git pull origin main
git status
sudo docker compose up --build
sudo docker compose up --build -d
sudo docker builder prune -f -a
sudo docker image prune -f -a

0 comments on commit 36c47e6

Please sign in to comment.