Deployments
The Deployments module lets you manage which policy versions are active in which environments. The central interface is the Deployment Matrix — a grid view showing all policies across all environments at a glance.
Deployment Matrix
Section titled “Deployment Matrix”Navigate to Deployments in the main menu to open the matrix.
The matrix is a grid with:
- Rows = Policies
- Columns = Environments (sorted by promotion order, left to right)
Each cell shows either:
- The deployed version number and its status (
ACTIVEorSUSPENDED), or - A Deploy button if no version is deployed for that policy in that environment
All deployment actions are accessible from the context menu on each cell.
Deploying a Version
Section titled “Deploying a Version”Deploying a version associates it with a target environment and activates it for policy evaluation.
From the Deployment Matrix
Section titled “From the Deployment Matrix”- Click the Deploy button on an empty cell
- Select the version to deploy (only VALIDATED, PUBLISHED, or DEPRECATED versions are listed)
- Optionally enter a reason for the deployment
- Click Deploy
From a Policy’s Version Card
Section titled “From a Policy’s Version Card”- Open a policy and go to the Versions dialog
- On a version card, click the Deploy action
- Select the target environment
- Click Deploy
The deployment is created in ACTIVE status immediately.
Promoting a Deployment
Section titled “Promoting a Deployment”Promotion moves a deployed version to the next environment in the promotion pipeline.
- From the Deployment Matrix, open the context menu on an active deployment
- Click Promote
- Select the target environment (only environments with a higher promotion order are listed)
- Optionally enter a reason
- Click Promote
Example
Section titled “Example”A version deployed in Staging (order 20) can be promoted to Pre-production (order 30) or Production (order 40). It cannot be promoted backward to Development (order 10).
Rolling Back a Deployment
Section titled “Rolling Back a Deployment”Rollback replaces the currently deployed version with a previous version in the same environment.
- Open the context menu on a deployment cell
- Click Rollback
- Select the target version from the list (the currently deployed version is excluded; DRAFT versions are not listed)
- Enter a reason (required)
- Click Rollback
The deployment is updated to point to the selected version. The previous version is not removed — it remains available for future redeployment.
Suspending and Resuming a Deployment
Section titled “Suspending and Resuming a Deployment”Suspend
Section titled “Suspend”Suspending temporarily pauses a deployment. The version remains associated with the environment but is no longer active for policy evaluation.
- Open the context menu → Suspend
- Enter a reason (required)
- The deployment status changes to
SUSPENDED
Resume
Section titled “Resume”Resuming reactivates a suspended deployment.
- Open the context menu → Resume
- The deployment status changes back to
ACTIVE
Removing a Deployment
Section titled “Removing a Deployment”Removing a deployment completely dissociates a version from an environment.
- Open the context menu → Remove
- Enter a reason (required)
- Confirm the action
The cell in the Deployment Matrix returns to its empty state with a Deploy button.
Deployment Statuses
Section titled “Deployment Statuses”| Status | Description |
|---|---|
| ACTIVE | The version is deployed and actively used for policy evaluation |
| SUSPENDED | The version is deployed but temporarily paused — not used for evaluation |
Deployments from the Policy View
Section titled “Deployments from the Policy View”Each version card in a policy’s Versions dialog displays its deployments as chips showing the environment name and status.
Clicking a deployment chip opens a context menu with all available actions: Promote, Rollback, Suspend, Resume, Remove, and View History.
A version that is deployed to all configured environments will not show a “Deploy” action (there is nowhere left to deploy it).
Summary of Actions
Section titled “Summary of Actions”| Action | Description | Reason |
|---|---|---|
| Deploy | Deploy a version to an environment | Optional |
| Promote | Move a deployment to a higher-order environment | Optional |
| Rollback | Replace the current version with a previous one | Required |
| Suspend | Temporarily pause a deployment | Required |
| Resume | Reactivate a suspended deployment | — |
| Remove | Completely remove a deployment | Required |
Permissions
Section titled “Permissions”| Role | Capabilities |
|---|---|
| Owner / Admin / Standard | All deployment actions |
| Read-only | View the Deployment Matrix |