Cloudflare Pages Runbook¶
Service: Cloudflare Pages (site-base, proposals) Trigger: Deployment failure, DNS propagation delay, or site unavailable Severity: P1 high
Steps¶
Build failure¶
- Open GitHub Actions tab for the relevant repo (github.com/Curious-Owl11)
- Find the failing workflow run and check the build log for the error
- Fix the build error in the repo and push — this triggers a new deployment automatically
- If the fix is not immediately obvious, re-trigger the deployment from the Cloudflare Pages dashboard
DNS propagation delay¶
- Log in to the Cloudflare dashboard
- Navigate to the domain's DNS settings and verify the CNAME/A record is correct
- Check propagation status at https://dnschecker.org
- DNS propagation can take up to 48 hours — no action required unless records are wrong
Rollback to previous deployment¶
- Log in to the Cloudflare Pages dashboard
- Select the project (site-base or proposals)
- Go to Deployments tab
- Find the last known-good deployment and click "Rollback to this deployment"
Rollback¶
Cloudflare Pages supports instant rollback via the dashboard — see steps above. No data loss risk as Pages is stateless.
Contacts¶
- On-call: hello@liflode.com
- Cloudflare dashboard: https://dash.cloudflare.com
- GitHub Actions: https://github.com/Curious-Owl11