add prod infra

This commit is contained in:
Work 2026-01-30 16:23:52 +03:00
parent 0cbdc5a773
commit a216d5bf4d

View File

@ -58,7 +58,7 @@ find live -name "terragrunt.hcl" -not -path "*/.terragrunt-cache/*" | sort | whi
# Определяем тег runner'а и правила в зависимости от окружения
if [ "$env" = "prod" ]; then
runner_tags=" tags:
- -prod"
- prod"
branch_rules=" - if: '\$CI_COMMIT_BRANCH == \"master\"'
- if: '\$CI_PIPELINE_SOURCE == \"pipeline\" && \$TARGET_ENV == \"prod\"'"
else