Loading capif/templates/cd-deploy-release.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ variables: DOMAIN_PROD: prod.int IMAGE_TAG_PROD: $CI_COMMIT_REF_SLUG # it will only run when a new tag that starts with ‘release-’ is pushed # it will only run when a new tag that starts with ‘v{major.minor.patch}-release’ is pushed # to the repository. .release_common: &relase_common rules: Loading Loading
capif/templates/cd-deploy-release.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ variables: DOMAIN_PROD: prod.int IMAGE_TAG_PROD: $CI_COMMIT_REF_SLUG # it will only run when a new tag that starts with ‘release-’ is pushed # it will only run when a new tag that starts with ‘v{major.minor.patch}-release’ is pushed # to the repository. .release_common: &relase_common rules: Loading