Adding a deploy step
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Brandon Watson 2021-12-22 12:42:15 -05:00
parent a01ae86794
commit 904b8c4fab

View File

@ -65,6 +65,18 @@ steps:
exclude:
- pull_request
- name: deploy
image: appleboy/drone-ssh
settings:
host: homebridge.me
username:
from_secret: ssh_user
key:
from_secret: ssh_key
port: 22
script:
- npm install -g homebridge-harmony-control --registry http://linux-host.me:4873
- name: Notify
image: drillster/drone-email
settings: