No description
Find a file
2018-09-18 15:05:18 -05:00
ci f 2018-09-17 22:54:31 -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 add documentation link 2018-09-18 15:05:18 -05:00

Dip: Configurable Webhook Server

Documentation

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