From 08581133cf2fab41bcbbacb5535113df27aecaa7 Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Thu, 6 Aug 2026 07:20:20 +0200 Subject: [PATCH] set new woodpecker file --- .woodpecker.yaml | 32 +------------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index e7accac..61d57d9 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -1,31 +1 @@ -steps: - - 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 +platform: phaser \ No newline at end of file