From a195c2c071d5d86350100b06503e83c29c22891f Mon Sep 17 00:00:00 2001 From: fedy95 Date: Wed, 21 Apr 2021 17:55:42 +0300 Subject: [PATCH 1/2] cleanup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd28ea0..3f16a7f 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ --- -## services +### services - [docker hub](https://hub.docker.com/r/homeassistant/home-assistant) - [docs](https://www.home-assistant.io/) -## example +### example - https://github.com/arsaboo/homeassistant-config -- 2.30.2 From d3f4d0b8c9e7a7ab00cf4f80327cf1cef0b410a8 Mon Sep 17 00:00:00 2001 From: fedy95 Date: Wed, 21 Apr 2021 17:55:56 +0300 Subject: [PATCH 2/2] 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 -- 2.30.2