Capability node
Deployment
Ship the product to a public URL with repeatable, reversible steps.
Why this capability exists
A site that only runs locally does not exist. Deployment makes the work usable and testable in production, with rollback if something breaks.
Input
- A production-ready build
- Hosting account and domain
Output
- Live public URL
- Repeatable deploy command or pipeline
- Rollback path documented
Risks
- Deploying from a laptop with no reproducible command
- Skipping the final smoke test on the live URL
- Environment differences between local and production
Acceptance criteria
- The deploy command works from a clean checkout
- The live site passes the same smoke tests as local
- Previous version can be restored in one step