Change environment inject
This commit is contained in:
+9
-10
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user