flaschengeist-schedule/.woodpecker/.deploy.yml

14 lines
197 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