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