Domains & Deployment
canonical term: deployment environmentDomains
| Environment | Domain | Purpose |
|---|---|---|
| Staging | https://houseoflegends.vn | Pre-production testing |
| Production | https://houseoflegends.vn | Live site |
API Routing
The Hono backend is mounted at/api/* on both domains:
| Environment | API Endpoint |
|---|---|
| Staging | https://houseoflegends.vn/api/* |
| Production | https://houseoflegends.vn/api/* |
Frontend Routing
| Environment | Domain |
|---|---|
| Staging | https://houseoflegends.vn |
| Production | https://houseoflegends.vn |
Deployment
The target deployment flow is GitHub Actions driven:wrangler deploy is emergency-only once CI/CD is active.
Secrets are managed via wrangler secret put:
