set new woodpecker file
ci/woodpecker/manual/phaser Pipeline was successful

This commit is contained in:
2026-08-06 07:20:20 +02:00
parent 76f5ac6a59
commit 08581133cf
+1 -31
View File
@@ -1,31 +1 @@
steps: platform: phaser
- 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