From d3f4d0b8c9e7a7ab00cf4f80327cf1cef0b410a8 Mon Sep 17 00:00:00 2001 From: fedy95 Date: Wed, 21 Apr 2021 17:55:56 +0300 Subject: [PATCH] update deploy --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 44a1eb3..827248b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -47,7 +47,7 @@ server: steps: - name: deploy commands: - - cd /mnt/md0/infra/homeassistant + - cd ~/homeassistant - git pull - make restart - make check