From ce08a68a13c9cd56a4a12cf00c72c1922c2d9e18 Mon Sep 17 00:00:00 2001 From: Cameron Moore Date: Tue, 12 Nov 2024 23:01:26 -0600 Subject: [PATCH] docs: remove reference to Hookecho (#711) --- docs/Hook-Examples.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Hook-Examples.md b/docs/Hook-Examples.md index 7d07932..1b01ea4 100644 --- a/docs/Hook-Examples.md +++ b/docs/Hook-Examples.md @@ -498,7 +498,8 @@ A reference to the second item in the array would look like this: [ { "id": "sendgrid", - "execute-command": "{{ .Hookecho }}", + "execute-command": "/root/my-server/deployment.sh", + "command-working-directory": "/root/my-server", "trigger-rule": { "match": { "type": "value",