No description
Find a file
Michael Zhang 39f3f3ce16
dockerfile
2018-09-01 00:10:25 -05:00
ci github as builtin 2018-09-01 00:04:04 -05:00
src github as builtin 2018-09-01 00:04:04 -05:00
.gitignore the hell am i doing 2018-08-12 22:57:56 -07:00
.travis.yml github as builtin 2018-09-01 00:04:04 -05:00
Cargo.lock iwll figure out owning ref soon 2018-08-17 02:04:52 +00:00
Cargo.toml dockerfile 2018-09-01 00:10:25 -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