Promoting Environments
Promote an environment run to another collection with the same blueprint and inputs
Overview
Promotion creates a new environment in another collection using the exact blueprint version and inputs from a completed run. This enables controlled progression between collections when you want to carry proven configuration forward without rebuilding it from scratch (for example, dev to staging to production).

How promotion works
Promotion creates a new environment in a different collection using the configuration from a specific completed run.
It helps to think of promotion as copying the run configuration, not the environment itself. The blueprint version and inputs move forward, while collection-specific settings are resolved from the target collection.
Example: Promoting from Staging to Production
Your team deploys a web-app blueprint into the Dev collection.
Blueprint version:
v1.4.2Inputs:
instance_count = 3enable_monitoring = truedomain_name = dev.example.com
The run completes successfully and is validated by QA.
You now want to deploy the same configuration to Staging.
Instead of manually selecting v1.4.2 again and re-entering all inputs, you click Promote on the selected run and choose your Staging collection.
You’re redirected to a new environment run in the Staging collection with:
Blueprint version
v1.4.2All input values prefilled
You can update what is environment-specific (for example, change domain_name to staging.example.com). The environment will automatically use the Staging collection’s properties, secrets, connected cloud accounts, and policies.
Then click Deploy.
The result:
A new Staging environment
The same validated configuration
No copied state or resources from Dev
Staging collection policies applied automatically
The sections below explain what is copied and what is automatically adjusted.
What promotion copies
Promotion copies the configuration from one specific completed run.
That means:
The same blueprint version
The same input values
The same configuration that was executed in that run
When you promote, Bluebricks opens the Deploy page for the target collection with that configuration already filled in. You do not need to reselect the blueprint or re-enter inputs.
Promotion copies configuration only. It does not copy: run history, outputs, state files, or existing cloud resources.
The result is a new environment in the target collection that starts fresh but uses the same setup.
What adjusts automatically
Collection-level settings are not copied from the source collection.
Instead, the new environment uses the configuration of the target collection, including:
Collection properties
Secrets
Connected cloud accounts
Policies (such as Owner Approval or Cost Limits)
You do not need to reconfigure properties or secrets during promotion because promotion does not change them. However, the collection you are promoting into must already have the required properties and secrets defined.
How to promote an environment
Prerequisites:
An existing environment with at least one successful (completed) run
Access to both the source and target collections
At least one cloud account connected to the target collection
Review and deploy
Bluebricks redirects you to the Deploy page with the selected run's configuration prefilled.
Review the configuration and adjust any values needed for the target collection
Click Deploy
If the target collection has an Owner Approval or Cost Limit policy configured, those checks apply before the run executes. Learn more about environments
Last updated
Was this helpful?

