Separating restart step
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7971fd3ec1
commit
76438d6811
17
.drone.yml
17
.drone.yml
@ -87,6 +87,23 @@ steps:
|
||||
exclude:
|
||||
- pull_request
|
||||
|
||||
- name: restart homebridge
|
||||
image: appleboy/drone-ssh
|
||||
settings:
|
||||
host: homebridge.me
|
||||
username:
|
||||
from_secret: elevated_ssh_user
|
||||
key:
|
||||
from_secret: ssh_key
|
||||
port: 22
|
||||
script:
|
||||
- systemctl restart homebridge
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
exclude:
|
||||
- pull_request
|
||||
|
||||
- name: Notify
|
||||
image: drillster/drone-email
|
||||
settings:
|
||||
|
Loading…
Reference in New Issue
Block a user