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