make deploy stage dependent on build

This commit is contained in:
Cat Flynn 2021-01-29 15:37:52 +00:00
parent 7dd9621e9e
commit f9d1378934
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ build:
BUTLER_KEY_FILE: "$HOME/Library/Application\ Support/itch/butler-creds"
script:
- butler push $BUILD_DIR $ITCH_USER/$ITCH_GAME:$ITCH_TRACK
dependencies:
- build
deploy-dev:
<<: *deploy