Skip to content

Commit

Permalink
refactor: Update docker-compose.yml to use --force-recreate flag and …
Browse files Browse the repository at this point in the history
…prune all docker system resources
  • Loading branch information
suk-6 committed Sep 16, 2024
1 parent dfe3dcd commit 20353ef
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 @@ -25,5 +25,5 @@ jobs:
git pull origin main
pnpm i
DATABASE_URL=${{ secrets.DATABASE_URL }} pnpx prisma migrate dev -n init
docker system prune -f
docker system prune -af
docker compose up -d --build --force-recreate

0 comments on commit 20353ef

Please sign in to comment.