mirror of
https://gitlab.sarex.io/infra/terraform-contour-mirror.git
synced 2026-08-08 21:21:34 +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'а и правила в зависимости от окружения
|
# Определяем тег runner'а и правила в зависимости от окружения
|
||||||
if [ "$env" = "prod" ]; then
|
if [ "$env" = "prod" ]; then
|
||||||
runner_tags=" tags:
|
runner_tags=" tags:
|
||||||
- -prod"
|
- prod"
|
||||||
branch_rules=" - if: '\$CI_COMMIT_BRANCH == \"master\"'
|
branch_rules=" - if: '\$CI_COMMIT_BRANCH == \"master\"'
|
||||||
- if: '\$CI_PIPELINE_SOURCE == \"pipeline\" && \$TARGET_ENV == \"prod\"'"
|
- if: '\$CI_PIPELINE_SOURCE == \"pipeline\" && \$TARGET_ENV == \"prod\"'"
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user