Deployments
A Deployment represents the running state of an application on a specific target environment. It captures which package version is deployed, what configuration is applied, which endpoints are exposed, and how external traffic is routed to the application.
What You Can Do
| Section | Description |
|---|---|
| Deploy | Deploy an application package to one or more target environments |
| Deployment | Open the CD Dashboard for the deployment |
| Configuration | View the configuration currently applied to the deployment |
| Version | Inspect the deployed package version and its included components |
| Endpoints | View internal and external URLs exposed by the deployment |
| Domains | View and manage domain routing rules pointing to the deployment |
| Preview Deployment | Temporary deployment created automatically after a successful preview build |
| Pending Approval | Review and approve or deny a pending deployment when a Deployment Quality Gate is active |
| Remote Debug | Enable remote debugging for a running deployment using mirrord |