Change environment inject

This commit is contained in:
Vaillant jeremy
2021-08-01 12:56:09 +02:00
parent 013f231969
commit ba971e8d97
+9 -10
View File
@@ -1,9 +1,9 @@
--- ---
# For Development version # Windows Development version
kind: pipeline kind: pipeline
type: docker type: docker
name: DebugVersion name: WindowsDebugVersion
platform: platform:
os: linux os: linux
@@ -11,6 +11,12 @@ platform:
environment: environment:
EXPORT_NAME: "Puzzle Quest" EXPORT_NAME: "Puzzle Quest"
BUTLER_API_KEY:
from_secret: BUTLER_API_KEY
ITCHIO_USERNAME:
from_secret: ITCHIO_USERNAME
ITCHIO_GAME:
from_secret: ITCHIO_GAME
clone: clone:
depth: 1 depth: 1
@@ -30,14 +36,7 @@ steps:
- name: binary - name: binary
path: release/windows path: release/windows
commands: commands:
- butler push "release/windows" "${ITCHIO_USERNAME}/${ITCHIO_GAME}:windows" - 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
# - name: AndroidDebug # - name: AndroidDebug
# image: devcrea/godot-ci:3.3.2-android # image: devcrea/godot-ci:3.3.2-android