python-github-webhooks
python-github-webhooks copied to clipboard
Simple Python WSGI application to handle Github webhooks
add install mod_wsgi
It is more convenient in a docker context to use env vars...
At this time, when there is an issue with GitHub integration (like test returning 301 code), there is absolutely no logs or whatever. We need both access and error logs...
In my hooks, I've had to use git (among other tools) as a specific user (whose uid is 999). Since git was not provided by the `carlos-jenkins/python-github-webhooks` docker image (and...
By default, `make` pulls base image before building `latest`. The `docker-build-push` target builds and pushes not only `latest` but also a tagged image, which is always useful for production. (BTW,...