This projects integrates a LIFX bulb with a post-run hook of Gitlab CI.
bundle install
This is a Sinatra app, so run
ruby build_light.rb
and it will listen on port 4567 on localhost. Now set a post-run hook in Gitlab CE to point to
http://localhost:4567/signal
.