Serve the CI pipeline from the update server (marker config)
ci/woodpecker/push/godot Pipeline was successful

This commit is contained in:
2026-08-06 07:56:08 +02:00
parent 5aa53ea62b
commit f3636c0a97
2 changed files with 3 additions and 72 deletions
+2 -32
View File
@@ -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