From 7528f08e422383a8cb2cdfedbb7a6c60c41998e8 Mon Sep 17 00:00:00 2001 From: fedy95 Date: Mon, 9 Nov 2020 18:40:04 +0300 Subject: [PATCH] add drone --- .drone.yml | 26 ++++++++++++++++++++++++++ README.md | 6 +++++- 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..f0c9be1 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,26 @@ +kind: pipeline +type: ssh +name: default + +clone: + disable: true + +server: + host: + from_secret: host + user: + from_secret: user + password: + from_secret: password + +steps: + - name: release + commands: + - cd /mnt/md0/infra/home-assistant + - git pull + +trigger: + branch: + - master + event: + - push diff --git a/README.md b/README.md index 35a0615..a2449a7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ -# home-assistant +### reverse_proxy +[![Build Status](https://drone.fedy95.com/api/badges/infra/home-assistant/status.svg)](https://drone.fedy95.com/infra/home-assistant) +## services +- [docker hub](https://hub.docker.com/r/homeassistant/home-assistant) +- [docs](https://www.home-assistant.io/)