We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e154765 commit ad13068Copy full SHA for ad13068
README.md
@@ -192,13 +192,12 @@ The project uses Husky and lint-staged for pre-commit checks:
192
193
## Deployment
194
195
-The app can be deployed to any platform that supports Next.js:
+The app is deployed to **Cloudflare Workers** via OpenNext.
196
197
-- Vercel (recommended)
198
-- Docker
199
-- Node.js server
+- **Production**: https://bt-servant-web-client.unfoldingword.workers.dev
+- **CI/CD**: GitHub Actions automatically deploys on push to `main`
200
201
-Ensure all environment variables are configured in your deployment environment.
+Secrets are managed via GitHub Secrets and injected at deploy time.
202
203
## Related Projects
204
0 commit comments