README

This is a git webhook client in rust. It can be used to deploy your application automatically or anything you'd like to run after a commit.

FEATURES

RUN

TEST

Test a sample commit:

curl -X POST -d @sample.json http://127.0.0.1:5000/hook/

TODO