Infrastructure¶
Purpose¶
Everything outside application code that the platform depends on: the Cloudflare account structure, the environment model (and why there's only one), and the security posture around secrets and access.
Pages in this section¶
- Cloudflare - account-level resources, the bootstrap script, and
infrastructure/cloudflare/README.md's content incorporated in full. - Environments - why this repository has exactly one real environment (production) and what "preview" actually means here.
- Security - secrets, tokens, least privilege, and access boundaries across GitHub and Cloudflare.
Related pages¶
- Cloudflare Platform - the day-to-day Workers/D1/R2 reference
- CI/CD - how infrastructure changes actually reach production