Deployment lifecycle
How a project change becomes a running deployment.
A deployment makes a project release available in an environment.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
How a project change becomes a running deployment.
| Step | Meaning |
|---|---|
| Configure | Environment variables, secrets, domains, and runtime settings are ready. |
| Release | Cloud prepares a release candidate from project source or build output. |
| Deploy | Cloud assigns the release to an environment. |
| Run | Runtime services serve the deployed project. |
| Observe | Logs, traces, and deployment state show what happened. |