Serve the CI pipeline from the update server (marker config)
ci/woodpecker/push/phaser Pipeline failed
ci/woodpecker/manual/phaser Pipeline failed

This commit is contained in:
2026-08-06 07:56:12 +02:00
parent 552218d556
commit 8cfabc6aa1
2 changed files with 3 additions and 66 deletions
+2 -31
View File
@@ -1,31 +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/phaser-builder:latest
commands:
- make ci-export
- name: upload
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=phaser
platform: phaser