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

BUILD INSIDE DOCKER

docker run --rm -it -v $(pwd):/source schickling/rust

apt-get update apt-get install libcurl4-gnutls-dev cargo build

RUN

TEST

Test a sample commit:

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

TODO