Skip to content

Instantly share code, notes, and snippets.

@doobeh
Created June 13, 2019 18:35
Show Gist options
  • Save doobeh/11078070a0ae790ad51d7babcf423224 to your computer and use it in GitHub Desktop.
Save doobeh/11078070a0ae790ad51d7babcf423224 to your computer and use it in GitHub Desktop.
[
{
"id": "webhook",
"execute-command": "/home/you/webhooks/myapp.sh",
"command-working-directory": "/home/you/webhooks",
"response-message": "Deploying new application from Github",
"trigger-rule": {
"match": {
"type": "payload-hash-sha1",
"secret": "the-password-to-protect-the-webhook",
"parameter": {
"source": "header",
"name": "X-Hub-Signature"
}
}
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment