woodpecker-test/.woodpecker.yml
jusax23 6a11f89208
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
gitea-release test
2022-11-08 16:12:49 +01:00

13 lines
No EOL
367 B
YAML

# .woodpecker.yml
platform: linux/arm64
pipeline:
build:
image: node:16-alpine
commands:
- npm ci
- mkdir build
- npm run build
- ls build
- npx gitea-release "https://jusax.de/git/api/v1/" "$${GITEA_TOKEN}" "$${CI_REPO}" "$${CI_COMMIT_BRANCH}" "$${CI_COMMIT_TAG}" "build" "$${CI_COMMIT_MESSAGE}"
secrets: [ gitea_token ]