Cloudflare Pages (Static Hosting)¶
Purpose: Static site hosting for the site-base and proposals repos — auto-deploys on push to main branch via GitHub Actions.
URL/Endpoint: https://pages.cloudflare.com (dashboard); live sites at liflode.com/* and *.pages.dev
Auth: Cloudflare dashboard — request access from Rachel. Deployments are triggered automatically via GitHub Actions and require no manual intervention under normal operation.
Key Operations¶
- Check deployment status and build logs via the Cloudflare Pages dashboard
- Configure custom domains
- Review environment variables (set in the Pages dashboard, secrets sourced from Infisical)
- Trigger manual redeployments via the dashboard or by pushing to main
Dependencies¶
- GitHub (Curious-Owl11 org) — push to main triggers deploy
- Cloudflare DNS for custom domain routing
Related ADRs¶
None specific — see site-base and proposals repo READMEs for deploy config.
Runbook¶
Build failures appear as GitHub Actions check failures — investigate via the Actions tab on the relevant repository.