Use direct value instead env secret
This commit is contained in:
+2
-6
@@ -29,15 +29,11 @@ steps:
|
|||||||
volumes:
|
volumes:
|
||||||
- name: binary
|
- name: binary
|
||||||
path: release/windows
|
path: release/windows
|
||||||
commands:
|
|
||||||
- butler push "releases/windows" "${ITCHIO_USERNAME}/${ITCHIO_GAME}:windows"
|
|
||||||
environment:
|
environment:
|
||||||
BUTLER_API_KEY:
|
BUTLER_API_KEY:
|
||||||
from_secret: BUTLER_API_KEY
|
from_secret: BUTLER_API_KEY
|
||||||
ITCHIO_USERNAME:
|
commands:
|
||||||
from_secret: ITCHIO_USERNAME
|
- butler push "releases/windows" "dev-crea/ahog:windows"
|
||||||
ITCHIO_GAME:
|
|
||||||
from_secret: ITCHIO_GAME
|
|
||||||
|
|
||||||
# - name: AndroidDebug
|
# - name: AndroidDebug
|
||||||
# image: devcrea/godot-ci:3.3.2-android
|
# image: devcrea/godot-ci:3.3.2-android
|
||||||
|
|||||||
Reference in New Issue
Block a user