From 5183879654fe065afb614680c24869b5a10bf988 Mon Sep 17 00:00:00 2001 From: Matthias Berner Date: Sat, 28 Feb 2026 21:40:58 +0100 Subject: [PATCH] upd --- .woodpecker/pipeline.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .woodpecker/pipeline.yml diff --git a/.woodpecker/pipeline.yml b/.woodpecker/pipeline.yml new file mode 100644 index 0000000..c658237 --- /dev/null +++ b/.woodpecker/pipeline.yml @@ -0,0 +1,16 @@ +steps: + build-and-publish: + image: node:16 + secrets: + - source: git_password + target: GITEA_TOKEN + commands: + - npm install + - npm install typescript@latest + - npm run build + # Erstellt die Authentifizierung für die Registry (URL aus package.json) + - echo "//git.familie-berner.de/api/packages/Public/npm/:_authToken=$GITEA_TOKEN" > .npmrc + - npm publish + when: + branch: + - master \ No newline at end of file