require release version for prod
This commit is contained in:
parent
59deae9376
commit
36da8d1ff9
|
@ -59,7 +59,7 @@ deploy-dev:
|
|||
deploy-release:
|
||||
stage: deploy
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $PROD_BRANCH && $CI_JOB_MANUAL
|
||||
- if: $CI_JOB_MANUAL && $RELEASE_VERSION
|
||||
variables:
|
||||
ITCH_USER: "cyndrdev"
|
||||
ITCH_GAME: "revival"
|
||||
|
|
Loading…
Reference in New Issue