Skip to content

Commit 84cec8e

Browse files
committed
fix: update D1 migrations command to use remote flag for deployment
1 parent 4c3d619 commit 84cec8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

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

5858
- name: Apply D1 migrations (api)
5959
working-directory: apps/api
60-
run: pnpm wrangler d1 migrations apply tabitabi --env production
60+
run: pnpm wrangler d1 migrations apply tabitabi --remote
6161

6262
- name: Deploy API (Workers)
6363
working-directory: apps/api

0 commit comments

Comments
 (0)