No description
Find a file
Michael Zhang 7ba6574f39
woops
2018-09-17 21:54:33 -05:00
ci woops 2018-09-17 21:54:33 -05:00
docs documentation 2018-09-17 21:29:50 -05:00
src documentation 2018-09-17 21:29:50 -05:00
.dockerignore woops 2018-09-01 00:48:45 -05:00
.gitignore documentation 2018-09-17 21:29:50 -05:00
.travis.yml documentation 2018-09-17 21:29:50 -05:00
book.toml documentation 2018-09-17 21:29:50 -05:00
Cargo.lock documentation 2018-09-17 21:29:50 -05:00
Cargo.toml bump version 2018-09-01 17:14:59 -05:00
Dockerfile dockerfile 2018-09-01 00:10:25 -05:00
README.md move hook iter impl to hook 2018-08-16 22:39:58 +00:00

Dip

Configurable webhook server.

Express your webhooks in terms of composable blocks such as:

[[handlers]]
type = "github"
secret = "hunter2"

[[handlers]]
type = "command"
command = "cargo build"

Contact

Author: Michael Zhang

License: MIT