This commit is contained in:
parent
a01ae86794
commit
904b8c4fab
12
.drone.yml
12
.drone.yml
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user