Serve the CI pipeline from the update server (marker config)
ci/woodpecker/manual/c64 Pipeline was successful
ci/woodpecker/manual/c64 Pipeline was successful
This commit is contained in:
+2
-31
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user