mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
17 lines
376 B
JSON
17 lines
376 B
JSON
[
|
|
{
|
|
"id": "deploy",
|
|
"execute-command": "~/projects/omnivore/scripts/deploy.sh",
|
|
"command-working-directory": "~/projects/omnivore",
|
|
"trigger-rule": {
|
|
"match": {
|
|
"type": "payload-hash-sha1",
|
|
"secret": "webhooksecret",
|
|
"parameter": {
|
|
"source": "header",
|
|
"name": "X-Hub-Signature"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|