Disable Itch Io Deploy on Gitlab CI
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
73c3e5be8c
commit
2dd49a23b1
1 changed files with 18 additions and 18 deletions
|
@ -94,23 +94,23 @@ android:
|
|||
# - public
|
||||
|
||||
# Itch.io Deploy
|
||||
itchio:linux:
|
||||
stage: deploy
|
||||
script:
|
||||
- butler push ./build/linux $ITCHIO_USERNAME/$ITCHIO_GAME:linux
|
||||
dependencies:
|
||||
- linux
|
||||
# itchio:linux:
|
||||
# stage: deploy
|
||||
# script:
|
||||
# - butler push ./build/linux $ITCHIO_USERNAME/$ITCHIO_GAME:linux
|
||||
# dependencies:
|
||||
# - linux
|
||||
|
||||
itchio:windows:
|
||||
stage: deploy
|
||||
script:
|
||||
- butler push ./build/windows $ITCHIO_USERNAME/$ITCHIO_GAME:windows
|
||||
dependencies:
|
||||
- windows
|
||||
# itchio:windows:
|
||||
# stage: deploy
|
||||
# script:
|
||||
# - butler push ./build/windows $ITCHIO_USERNAME/$ITCHIO_GAME:windows
|
||||
# dependencies:
|
||||
# - windows
|
||||
|
||||
itchio:macosx:
|
||||
stage: deploy
|
||||
script:
|
||||
- butler push ./build/mac $ITCHIO_USERNAME/$ITCHIO_GAME:mac
|
||||
dependencies:
|
||||
- mac
|
||||
# itchio:macosx:
|
||||
# stage: deploy
|
||||
# script:
|
||||
# - butler push ./build/mac $ITCHIO_USERNAME/$ITCHIO_GAME:mac
|
||||
# dependencies:
|
||||
# - mac
|
Loading…
Reference in a new issue