Skip to content

Commit

Permalink
Update deploy.yml (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoSattler authored Oct 31, 2024
1 parent 911b96a commit c18c24f
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 c18c24f

Please sign in to comment.