yaml borked
This commit is contained in:
parent
64beb30d2b
commit
c9d7bf98c3
|
@ -27,7 +27,7 @@ build:
|
||||||
dependencies:
|
dependencies:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
deploy-dev:
|
.deploy-dev: &deploy
|
||||||
<<: *deploy
|
<<: *deploy
|
||||||
variables:
|
variables:
|
||||||
ITCH_USER: "cyndrdev"
|
ITCH_USER: "cyndrdev"
|
||||||
|
@ -37,7 +37,7 @@ deploy-dev:
|
||||||
- chmod +x ./ci/deploy.sh
|
- chmod +x ./ci/deploy.sh
|
||||||
- ./ci/deploy.sh $BUILD_DIR $ITCH_USER $ITCH_GAME $ITCH_TRACK
|
- ./ci/deploy.sh $BUILD_DIR $ITCH_USER $ITCH_GAME $ITCH_TRACK
|
||||||
|
|
||||||
deploy-release:
|
.deploy-release: &deploy
|
||||||
<<: *deploy
|
<<: *deploy
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_TAG
|
- if: $CI_COMMIT_TAG
|
||||||
|
|
Loading…
Reference in New Issue