dblang/.woodpecker.yml
jusax23 5bbfdf4154
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
fix
2023-01-23 21:37:54 +01:00

16 lines
No EOL
474 B
YAML

# .woodpecker.yml
platform: linux/arm64
pipeline:
build:
image: node:18-alpine
commands:
- apk add git
- apk add ssh
- npm install
- npm install git@jusax.de:jusax23/gitea-release.git
- mkdir build
- npm run prepublish
- ls dist
- npx gitea-release "https://jusax.de/git/api/v1/" "$${GITEA_TOKEN}" "$${CI_REPO}" "$${CI_COMMIT_BRANCH}" "$${CI_COMMIT_TAG}" "dist" "$${CI_COMMIT_MESSAGE}"
secrets: [ gitea_token ]