flaschengeist-schedule/.woodpecker/.deploy.yml

17 lines
270 B
YAML
Raw Normal View History

2021-12-08 16:33:23 +00:00
pipeline:
deploy:
when:
event: tag
tag: v*
image: plugins/npm
settings:
token:
from_secret: node_auth_token
username:
from_secret: node_username
secrets: [ node_auth_token, node_username ]
depends_on:
- lint