Staging and production
staging-production: preview-only.
0.2.0 gives you no staging target, no production target, no customer network access, no release promotion, and no remote deployment API. The deployment exercise is one directory to another on the same machine, and that is the whole of it.
Before any of this is a command rather than a wish, someone has to provide:
- an owner for the environment
- isolated configuration and its own PostgreSQL state
- a way to inject secrets that doesn’t put them in the repository
- health checks that actually fail when the thing is unhealthy
- a rollback that has been rehearsed, not just written down
- an approved path from a tested build to a running target
These are prerequisites. None of them is available today.
What you can run is the second local target; where the line sits is on Deployment.