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: 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