Skip to content

Commit 3019f72

Browse files
Fix production deploy config regeneration after remote migrations
1 parent 3000f47 commit 3019f72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-production.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
- name: Apply production D1 migrations
5151
run: npm run db:migrate:remote
5252

53+
- name: Regenerate production Wrangler configs
54+
run: npm run deploy:prepare
55+
5356
- name: Deploy production backend
5457
shell: bash
5558
run: |

0 commit comments

Comments
 (0)