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

This commit is contained in:
2026-08-06 07:56:05 +02:00
parent dd58a7d9ea
commit b155b46dca
2 changed files with 3 additions and 72 deletions
+2 -31
View File
@@ -1,31 +1,2 @@
steps:
- name: version
image: alpine
commands:
- 'apk add --no-cache make'
- 'make ci-version'
- name: build
image: git.teletypegames.org/internal/c64-builder:latest
commands:
- 'make ci-build'
- 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-artifact'
- 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=c64
platform: c64