webhook-catcher 0.2.0

A simple runner that waits for a webhook
Documentation
1
2
3
4
5
6
7
8
9
10
11
addr = "0.0.0.0:3000"

[[hooks]]
path = "hahamemes"
command = "bash"
args = ["-c", "echo Hello, World!"]

[[hooks]]
path = "Waluigi101"
command = "bash"
args = ["-c", "echo haha"]