homebridge-harmony-control/.drone.yml
Brandon Watson 810431d82b
All checks were successful
continuous-integration/drone/push Build is passing
Adding publish step
2021-06-02 20:54:21 -04:00

28 lines
444 B
YAML

kind: pipeline
type: docker
name: default
clone:
disable: true
steps:
- name: clone
image: alpine/git
commands:
- git clone https://gitea.watsonlabs.net/watsonb8/homebridge-harmony-control.git .
- git checkout $DRONE_COMMIT
- name: build
image: node
commands:
- npm install
- npm run build
- name: deploy
image: node
commands:
- npm publish
when:
event:
- tag