Browse Source

update deploy

pull/23/head
fedy95 4 years ago
parent
commit
c1053d1e65
  1. 2
      .drone.yml

2
.drone.yml

@ -47,7 +47,7 @@ server:
steps: steps:
- name: deploy - name: deploy
commands: commands:
- cd ~/homeassistant
- cd /home/fedy95/homeassistant
- git pull - git pull
- make restart - make restart
- make check - make check