File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 43
43
44
44
- name : Build
45
45
run : pnpm run build
46
-
47
- - name : Deploy worker
48
- uses : cloudflare/wrangler-action@v3
49
- with :
50
- apiToken : ${{ secrets.CLOUDFLARE_API_TOKEN }}
51
46
52
- - name : Deploy pages
53
- uses : cloudflare/wrangler-action@v3
54
- with :
55
- apiToken : ${{ secrets.CLOUDFLARE_API_TOKEN }}
56
- command : pages deploy ./build/client --project-name=math-rock-stack
47
+ - name : Deploy
48
+ run : pnpm exec wrangler pages deploy
Original file line number Diff line number Diff line change 14
14
"db:migrate:apply:local" : " dotenvx run -- sh scripts/db-migrate.sh" ,
15
15
"db:migrate:apply:prod" : " dotenvx run -- sh scripts/db-migrate-prod.sh" ,
16
16
"db:studio:local" : " LOCAL_DB_PATH=$(find .wrangler/state/v3/d1/miniflare-D1DatabaseObject -type f -name '*.sqlite' -print -quit) drizzle-kit studio" ,
17
- "db:sync" : " dotenvx run -- sh scripts/db-sync.sh" ,
18
- "wrangler" : " wrangler"
17
+ "db:sync" : " dotenvx run -- sh scripts/db-sync.sh"
19
18
},
20
19
"keywords" : [],
21
20
"author" : " " ,
You can’t perform that action at this time.
0 commit comments