Use direct value instead env secret

This commit is contained in:
Vaillant jeremy
2021-08-01 13:23:39 +02:00
parent 6fe916593c
commit b61a3079cb
+2 -6
View File
@@ -29,15 +29,11 @@ steps:
volumes:
- name: binary
path: release/windows
commands:
- butler push "releases/windows" "${ITCHIO_USERNAME}/${ITCHIO_GAME}:windows"
environment:
BUTLER_API_KEY:
from_secret: BUTLER_API_KEY
ITCHIO_USERNAME:
from_secret: ITCHIO_USERNAME
ITCHIO_GAME:
from_secret: ITCHIO_GAME
commands:
- butler push "releases/windows" "dev-crea/ahog:windows"
# - name: AndroidDebug
# image: devcrea/godot-ci:3.3.2-android