docs: Update deployment process in README

This commit is contained in:
ty
2025-01-04 23:49:11 +08:00
parent 05276f7ad7
commit c52e780d5c
2 changed files with 31 additions and 11 deletions

View File

@@ -16,7 +16,7 @@
"test:cleanup": "curl http://localhost:8787/__scheduled",
"deploy:email": "wrangler deploy --config wrangler.email.toml",
"deploy:cleanup": "wrangler deploy --config wrangler.cleanup.toml",
"deploy:pages": "npm run build:pages && wrangler pages deploy .vercel/output/static --branch master"
"deploy:pages": "npm run build:pages && wrangler pages deploy .vercel/output/static --branch master --env production"
},
"type": "module",
"dependencies": {