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

This commit is contained in:
2026-08-06 07:56:22 +02:00
parent 288d751593
commit 399ac0e9ea
2 changed files with 4 additions and 83 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: export
image: git.teletypegames.org/internal/love-builder:latest
pull: true
commands:
- make ci-export
- name: binaries
image: git.teletypegames.org/internal/love-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=love
platform: love
name: love2ddemo