A webhook-handler for Gogs written in Flask, running make on every push on the monitored repositories.
Go to file
Théophile Bastian 46178f0169 Fix git cloning, updating, refactor code 2018-03-03 02:01:18 +01:00
.gitignore Fix git cloning, updating, refactor code 2018-03-03 02:01:18 +01:00
LICENSE Initial commit 2018-03-03 00:43:21 +01:00
Makefile Write basic content 2018-03-03 01:09:24 +01:00
README.md Initial commit 2018-03-03 00:43:21 +01:00
__init__.py Add settings module 2018-03-03 01:13:50 +01:00
gogsmaker.py Fix git cloning, updating, refactor code 2018-03-03 02:01:18 +01:00
requirements.txt Initialize flask project 2018-03-03 00:47:28 +01:00
settings.default.py Unwrap payload and git clone 2018-03-03 01:45:54 +01:00
wsgi.py Initialize flask project 2018-03-03 00:47:28 +01:00

README.md

flask-gogs-maker

A webhook-handler for Gogs written in Flask, running make on every push on the monitored repositories.