Commit df59413
fix: deploy command is just wrangler deploy
Migrations are handled by the migrate.yml GitHub Action after
successful deployment. Chaining them in the deploy script fails
because wrangler deploy auto-provisions D1 without writing the
database_id back to wrangler.toml, which d1 migrations apply needs.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent b2bc1f9 commit df59413
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments