A webhook-handler for Gogs written in Flask, running make on every push on the monitored repositories.
Go to file
2018-03-03 01:09:24 +01:00
.gitignore Write basic content 2018-03-03 01:09:24 +01:00
gogsmaker.py Write basic content 2018-03-03 01:09:24 +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
requirements.txt Initialize flask project 2018-03-03 00:47:28 +01:00
wsgi.py Initialize flask project 2018-03-03 00:47:28 +01:00

flask-gogs-maker

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