Skip to main content
A deployment makes a project release available in an environment.

Lifecycle

Why releases and deployments differ

A release is what can run. A deployment is where that release is running. That split lets one release move across environments without rebuilding the same project state.