Adding deployment steps
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:
56
.drone.yml
56
.drone.yml
@@ -57,6 +57,62 @@ steps:
|
||||
exclude:
|
||||
- pull_request
|
||||
|
||||
- name: remove old package
|
||||
image: appleboy/drone-ssh
|
||||
environment:
|
||||
SSH_USER:
|
||||
from_secret: ssh_user
|
||||
settings:
|
||||
host: homebridge.me
|
||||
envs:
|
||||
- SSH_USER
|
||||
username:
|
||||
from_secret: ssh_user
|
||||
key:
|
||||
from_secret: ssh_key
|
||||
port: 22
|
||||
script:
|
||||
- rm -r /home/$SSH_USER/.npm-global/lib/node_modules/@watsonb8/homebridge-flux
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
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 @watsonb8/homebridge-flux --registry http://10.44.1.6:4873
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user