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
type: docker
name: DebugVersion
name: WindowsDebugVersion
platform:
os: linux
@@ -11,6 +11,12 @@ platform:
environment:
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:
depth: 1
@@ -30,14 +36,7 @@ steps:
- name: binary
path: release/windows
commands:
- butler push "release/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
- butler push "releases/windows" "${ITCHIO_USERNAME}/${ITCHIO_GAME}:windows"
# - name: AndroidDebug
# image: devcrea/godot-ci:3.3.2-android