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

This commit is contained in:
2026-08-06 07:56:16 +02:00
parent 833feb91bb
commit 5011c69d38
2 changed files with 4 additions and 80 deletions
+3 -38
View File
@@ -1,38 +1,3 @@
steps:
- name: version
image: alpine
commands:
- apk add --no-cache git make jq
- make ci-version
- name: build
image: git.teletypegames.org/internal/bevy-builder:latest
pull: true
commands:
- make ci-export
- name: binaries
image: git.teletypegames.org/internal/bevy-builder:latest
pull: true
commands:
- make ci-binaries
- 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=bevy
platform: bevy
name: bevydemo