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 set registry http://linuxhost.me:4873/ - npm publish when: event: - tag