We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89b09b commit ce08a68Copy full SHA for ce08a68
docs/Hook-Examples.md
@@ -498,7 +498,8 @@ A reference to the second item in the array would look like this:
498
[
499
{
500
"id": "sendgrid",
501
- "execute-command": "{{ .Hookecho }}",
+ "execute-command": "/root/my-server/deployment.sh",
502
+ "command-working-directory": "/root/my-server",
503
"trigger-rule": {
504
"match": {
505
"type": "value",
0 commit comments