Using gitlab-ci to deploy configuration to a docker file

Hello guys,

I am running openhab on a raspberry 3B+ on hypriot inside a docker. Grafana and influxdb run in separate dockers. Works 100% stable for months now without a single reboot.

I want to explore the gitlab-ci feature. In gitlab (private repo) I have all my config files for OH.

I am currently working on

  • running gitlab-runner in a docker on the same Pi
  • using gitlab-ci to do the deployment of the config file inside the OH Docker (from the runner docker)

Is this good idea? Anyone using gitlab-ci for deploying the conf files?

Talk to you soon.
Ralf