Steps
- Confirm the target environment has the right variables and secrets.
- Create a release from project work.
- Deploy the release to an environment.
- Configure domains when the deployment needs public routing.
- Inspect deployment and server state.
Try it with REST
Create a release:POST /projects/{project_reference}/releases
Terminal
POST /projects/{project_reference}/deployments
Terminal
API surfaces
Verify
List deployments and confirm the release is assigned toproduction.
Check server state before sending production traffic to the deployment.