point job at correct pipeline stage

This commit is contained in:
Cat Flynn 2021-01-29 15:18:20 +00:00
parent e60eadcc9c
commit 7dd9621e9e
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ variables:
SRC_DIR: ./game
BUILD_DIR: ./game/Build
.build: &build
build:
stage: build
script:
- chmod +x ./ci/build.sh
@ -28,7 +28,7 @@ variables:
- butler push $BUILD_DIR $ITCH_USER/$ITCH_GAME:$ITCH_TRACK
deploy-dev:
<<: *build
<<: *deploy
variables:
ITCH_USER: "cyndrdev"
ITCH_GAME: "revival-internal-track"