This manages deployment of services in response to GitHub webhook requests. Run build.sh
to set yourself up, hit deploy.sh
to start the listener, sit back, and relax.
Your app should be configured in settings.cfg
. Here is an example:
HUB_SECRET = 'whatdoesthef0xsay'
HOST = '0.0.0.0'
PORT = 1234
This should be automatically configured during build, but just in case, run scripts/setup_settings.sh
to make any changes.