disable logging on prod
All checks were successful
Build and Deploy / deploy (push) Successful in 55s
All checks were successful
Build and Deploy / deploy (push) Successful in 55s
This commit is contained in:
parent
1adcfa0cbd
commit
7953835eec
2 changed files with 3 additions and 2 deletions
|
|
@ -31,6 +31,8 @@ jobs:
|
|||
|
||||
- name: Build
|
||||
run: bun run build
|
||||
env:
|
||||
NODE_ENV: production
|
||||
|
||||
- name: Deploy to Cloudflare Workers
|
||||
run: bunx wrangler deploy --assets=./dist
|
||||
|
|
|
|||
Loading…
Reference in a new issue