Skip to content

Commit

Permalink
fix: Add docker system prune to deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
suk-6 committed Sep 15, 2024
1 parent 7dfed57 commit 8445432
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ jobs:
git pull origin main
pnpm i
DATABASE_URL=${{ secrets.DATABASE_URL }} pnpx prisma migrate dev -n init
docker system prune
docker compose up -d --build

0 comments on commit 8445432

Please sign in to comment.