Skip to content

Commit c18c24f

Browse files
authored
Update deploy.yml (#882)
1 parent 911b96a commit c18c24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118

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

123123
- name: 🏗 Build
124124
run: npm run build

0 commit comments

Comments
 (0)