{{ current_project }} · Gate deployments with soak times, branch restrictions, and approvals
{{ 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 }}
{% elif policy.policy_type == "approval" %}
Approval Required
{{ policy.config.target_environment }}
·
{{ policy.config.required_approvals }} approval{{ 's' if policy.config.required_approvals != 1 }}
{% endif %}
No deployment policies configured.
{% if is_admin %}Create one below to gate deployments with soak times, branch restrictions, or approvals.
{% endif %}