Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Closes #881
  • Loading branch information
MoSattler authored Oct 31, 2024
1 parent 911b96a commit 2ac003f
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 @@ -118,7 +118,7 @@ jobs:

- name: 🌱 Seed Database
if: steps.db-cache.outputs.cache-hit != 'true'
run: npx prisma migrate reset
run: npx prisma migrate reset --force

- name: 🏗 Build
run: npm run build
Expand Down

0 comments on commit 2ac003f

Please sign in to comment.