mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 12:03:25 -04:00
(ci) fix reading deployment instance from deploy tag
This commit is contained in:
parent
cbcc1d1053
commit
5e3eb3051d
@ -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
|
||||
-
|
||||
|
Loading…
x
Reference in New Issue
Block a user