(ci) fix reading deployment instance from deploy tag

This commit is contained in:
Valentyne Stigloher 2025-02-23 14:21:57 +01:00
parent cbcc1d1053
commit 5e3eb3051d

View File

@ -6,7 +6,7 @@
artifacts: false
rules:
-
if: $CI_COMMIT_REF_PROTECTED && $DEPLOY_TARGET =~ $ENVIRONMENT_PATTERN
if: $CI_COMMIT_TAG =~ /^deploy-.*/ && $CI_COMMIT_TAG_MESSAGE =~ $ENVIRONMENT_PATTERN
-
if: $CI_COMMIT_REF_PROTECTED == 'true' && $DEPLOY_TARGET =~ $ENVIRONMENT_PATTERN
-