Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

A small webhook server that return a success status based on the branch the commit is on.

License

Notifications You must be signed in to change notification settings

pascal-de-ladurantaye/GithubBranchProtector

Repository files navigation

Github Branch Protector

A small webhook server that return a success status based on the branch the commit is on.

Make sure you copy configs.py.template to configs.py and adjust the settings to your liking.

Start by running run_prod.sh using screen or nohup if deploying on a remote server to prevent shutting down server when disconnecting from the shell. This will also setup a virtual environment and install dependencies.

If running locally, either launch with run.sh which uses Gunicorn or lauch through main.py for a simple blocking server.

Contributing

Issues and feature requests are welcomed. Will also accept pull requests.

About

A small webhook server that return a success status based on the branch the commit is on.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published