make deploy stage dependent on build
This commit is contained in:
parent
7dd9621e9e
commit
f9d1378934
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue