Serve the CI pipeline from the update server (marker config)
ci/woodpecker/push/godot Pipeline was successful
ci/woodpecker/push/godot Pipeline was successful
This commit is contained in:
+2
-32
@@ -1,32 +1,2 @@
|
||||
steps:
|
||||
- name: version
|
||||
image: alpine
|
||||
commands:
|
||||
- apk add --no-cache git make jq
|
||||
- make ci-version
|
||||
|
||||
- name: build
|
||||
image: git.teletypegames.org/internal/godot-builder:4.7.1
|
||||
commands:
|
||||
- make ci-export
|
||||
- make ci-binaries
|
||||
|
||||
- name: artifact
|
||||
image: alpine
|
||||
environment:
|
||||
UPDATE_SERVER: https://teletypegames.org
|
||||
UPDATE_SECRET:
|
||||
from_secret: update_secret_key
|
||||
commands:
|
||||
- apk add --no-cache make curl
|
||||
- make ci-upload
|
||||
|
||||
- name: publish
|
||||
image: alpine
|
||||
environment:
|
||||
UPDATE_SERVER: https://teletypegames.org
|
||||
UPDATE_SECRET:
|
||||
from_secret: update_secret_key
|
||||
commands:
|
||||
- apk add --no-cache make curl
|
||||
- make ci-publish
|
||||
# The CI pipeline is served by the update server: GET /build/config?platform=godot
|
||||
platform: godot
|
||||
|
||||
Reference in New Issue
Block a user