Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:29:12 +08:00
commit 8d8103de19
10 changed files with 1264 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
# Deployment Reference
Configuration and operational references for Cloudflare Workers deployment.
## Available References
### [rollback-procedures.md](rollback-procedures.md)
Rollback strategies and emergency procedures.
- Wrangler rollback commands
- Database rollback procedures
- Emergency rollback playbook
- Recovery validation
### [monitoring.md](monitoring.md)
Monitoring and alerting configuration.
- Cloudflare Workers analytics
- Wrangler tail (real-time logs)
- Sentry error tracking
- Axiom structured logging
- Performance metrics
### [troubleshooting.md](troubleshooting.md)
Common deployment issues and fixes.
- Deployment failures
- Secret management issues
- Database connection errors
- KV/R2 binding errors
- Performance problems
## Quick Reference
**Need rollback?** → [rollback-procedures.md](rollback-procedures.md)
**Need monitoring?** → [monitoring.md](monitoring.md)
**Need troubleshooting?** → [troubleshooting.md](troubleshooting.md)