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