Browse Source

update deploy

pull/22/head
fedy95 4 years ago
parent
commit
d3f4d0b8c9
  1. 2
      .drone.yml

2
.drone.yml

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