relay/.woodpecker.yml

12 lines
258 B
YAML

pipeline:
build:
image: cimg/node:current
commands:
- yarn
- yarn build
package:
image: ghcr.io/goreleaser/nfpm
commands:
- apt install -y nfpm
- nfpm pkg --packager deb