flaschengeist-schedule/.woodpecker/.deploy.yml

12 lines
203 B
YAML

pipeline:
deploy:
when:
event: tag
tag: v*
image: node:lts-alpine
commands:
- yarn publish --non-interactive
secrets: [ node_auth_token ]
depends_on:
- lint