Deployment¶
Purpose¶
Runbooks for getting code running - locally, and in production. There is no Preview or Staging runbook here.
Why only two runbooks¶
This repository has exactly two real environments - Local and Production - confirmed in Infrastructure → Environments. A generic documentation template would include Preview and Staging runbooks; adding them here would document environments that don't exist. If a staging tier is added to this repository in the future, this section is where its runbook belongs.
Pages in this section¶
- Local - running any app/Worker against local D1/R2 emulation.
- Production - visibly separated from local; how a change actually reaches
akshayagroupglobal.comand its sibling domains, and what to check before/after. - Release Checklist - the concrete steps to run through before merging
to
main, given that a merge is a production deploy.