vigeeking / homeAutomation

My goal is to create a pipeline that is built exclusively with tools I either already know, or am only learning because they provide added value to the project
https://github.com/vigeeking/homeAutomation
0 stars 0 forks source link

Run pipeline on a raspberry pi #37

Closed vigeeking closed 4 years ago

vigeeking commented 4 years ago

I would like to be able to demonstrate the anti-fragility of the system by being able to stand it up from the minimum amount of requirements possible. I was planning on using a new computer, but I realized that a raspberry pi is a new computer. So I would like to be able to use the raspberry pi as a staging ground for deploying the pipeline from scratch. Ideally, this will also mean that I can mount the home-assistant configuration file as a volume in the raspberry pi, and thus allow for automated deployment of home assistant. This story is done when the pipeline has been successfully deployed by running the shell script on a fresh pi.

vigeeking commented 4 years ago

I am deploying from git, which meets this requirement.