mirror of
https://gitlab.sarex.io/infra/terraform-contour-mirror.git
synced 2026-08-05 18:31:00 +03:00
add prod infra
This commit is contained in:
parent
0cbdc5a773
commit
a216d5bf4d
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user