flaschengeist-schedule/.woodpecker/.deploy.yml

14 lines
197 B
YAML
Raw Normal View History

2021-12-08 16:33:23 +00:00
pipeline:
deploy:
when:
event: tag
tag: v*
image: node:lts-alpine
commands:
- yarn publish --non-interactive
secrets: [ node_auth_token ]
depends_on:
- lint