Tranche 2 — Deployment Automation
Tranche 2 — Deployment Automation
Setting up repeatable build and deploy steps so the root site and its nested projects can be published from the local machine or CI.
What was done
- created
deploy-cloudflare-pages-local.mjsfor wrangler-based deploys - documented the manual deploy flow in
_docs/ - added prebuild step that copies burner output before root build
Key detail
Deployment is a single script call from the repo root. The script handles project name detection, build, and publish through Cloudflare’s API.