relay/.woodpecker.yml

12 lines
250 B
YAML
Raw Normal View History

2022-09-25 23:53:23 +00:00
pipeline:
build:
2022-09-26 01:03:16 +00:00
image: cimg/node
2022-09-25 23:53:23 +00:00
commands:
- yarn
- yarn build
package:
2022-09-26 01:04:59 +00:00
image: ghcr.io/goreleaser/nfpm
2022-09-25 23:53:23 +00:00
commands:
- apt install -y nfpm
- nfpm pkg --packager deb