Home Assistant & Drone CI
1 minute read
Run Home Assistant from Drone CI
Create a git repository connected and enabled in Drone CI and paste this into .drone.yml
:
kind: pipeline
step: default
steps:
- name: ha
image: ghcr.io/home-assistant/home-assistant:stable
network_mode: host
environment:
TZ: Europe/Amsterdam
services:
- name: homeassistant
image: ghcr.io/home-assistant/home-assistant:stable
network_mode: host
After pulling the images Home Assistant should be available at http://IP:8123
Official available images:
I feedback.
Let me know what you think of this article on twitter @Sthope_dev or leave a comment below!
Let me know what you think of this article on twitter @Sthope_dev or leave a comment below!
comments powered by Disqus