relay/.woodpecker.yml

15 lines
450 B
YAML
Raw Normal View History

2022-09-25 23:53:23 +00:00
pipeline:
build:
image: node:18.5.0-alpine
commands:
2022-09-26 00:16:40 +00:00
- apk --update --no-cache add git
2022-09-25 23:53:23 +00:00
- yarn
- yarn build
package:
image: debian:stable-slim
commands:
- echo 'deb [trusted=yes] https://repo.goreleaser.com/apt/ /' | sudo tee /etc/apt/sources.list.d/goreleaser.list
- apt update
- apt install -y nfpm
- nfpm pkg --packager deb