A lightweight secure git webhook server
You can easily build and run using predefined makefile rules. The .env
file contains variables and secrets for your server.
# copy .env file.
# You have to update it with your own values
cp DEV.env .env
# test
make test
# build
make build
# run
make run
Below the description of all parameters
SECRET
: contains the secret you have set up in your Git serverPORT
: Contains the port the server will be listening onROUTE
: The route the server must listening your hook on
The MIT Licence