homebridge-harmony-control/.drone.yml

17 lines
314 B
YAML
Raw Normal View History

2021-05-31 23:15:28 +00:00
kind: pipeline
type: docker
name: default
steps:
2021-05-31 23:32:06 +00:00
- name: clone
image: alpine/git
commands:
- git clone http://gitea.watsonlabs.net/watsonb8/homebridge-harmony-control.git .
- git checkout $DRONE_COMMIT
2021-05-31 23:15:28 +00:00
- name: build
image: node
commands:
- npm install
- npm run build