{{ current_project }} · Gate deployments with soak times and branch restrictions
{{ policy.config.source_environment }}
→
{{ policy.config.target_environment }}
·
{{ policy.config.duration_human }}
{% elif policy.policy_type == "branch_restriction" %}
Branch Restriction
{{ policy.config.branch_pattern }}
→
{{ policy.config.target_environment }}
{% endif %}
No deployment policies configured.
{% if is_admin %}Create one below to gate deployments with soak times or branch restrictions.
{% endif %}