node-red-contrib-teamspeak/.drone.yml
Djeeberjr b393e09274
All checks were successful
continuous-integration/drone/push Build is passing
drone npm publish
2021-04-29 20:17:41 +02:00

21 lines
325 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: node
commands:
- yarn install
- yarn run build
- name: publish
image: plugins/npm
settings:
username:
from_secret: NPM_USERNAME
password:
from_secret: NPM_PASSWORD
email:
from_secret: NPM_EMAIL
when:
event:
- tag