Deploying with the CI/CD Pipeline
How code becomes a running deployment — the staging and production branch flow, the GitHub secrets, and the deploy steps.
The CI/CD GitHub Workflows
A role-by-role guide to the GitHub Actions workflows that check, build, deploy, and release the platform.
Migration Ordering at Deploy Time
How core and plugin migrations run during a deploy — the strict order, the shared script, and the forward-only constraint.
Versioning & Cutting a Release
The VERSION-file scheme, the bump process, the image tag scheme, and the release-notes opt-in that creates a GitHub Release.
Rollback & Environment Recovery
Rolling an image back to a previous version, the forward-only migration caveat, and tearing down and rebuilding an environment.