woodpecker-test/.woodpecker.yml
jusax23 6531454724
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
test
2022-11-08 20:48:52 +01:00

16 lines
No EOL
430 B
YAML

# .woodpecker.yml
platform: linux/arm64
pipeline:
build:
image: node:18-alpine
commands:
- apk update
- apk add git
- npm update
- npm install
- 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 ]