There was an error while loading. Please reload this page.
1 parent 03b87c3 commit eeb95a1Copy full SHA for eeb95a1
1 file changed
.github/workflows/deploy.yml
@@ -62,6 +62,13 @@ jobs:
62
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
63
restore-keys: ${{ runner.os }}-cargo-
64
65
+ - name: Run D1 Migrations
66
+ uses: cloudflare/wrangler-action@v3
67
+ with:
68
+ apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
69
+ accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
70
+ command: d1 migrations apply jakarta-backend --remote
71
+
72
- name: Deploy Worker
73
uses: cloudflare/wrangler-action@v3
74
with:
0 commit comments