Browse Source

add drone

pull/2/head
fedy95 5 years ago
parent
commit
7528f08e42
  1. 26
      .drone.yml
  2. 6
      README.md

26
.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

6
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/)