1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 22:08:39 +00:00
dockerfiles/webhook/data/hooks.yaml

14 lines
339 B
YAML
Raw Normal View History

2024-02-20 10:27:53 +00:00
- id: test
execute-command: /etc/webhook/test.sh
pass-file-to-command:
- source: entire-payload
envname: HOOK_PAYLOAD
command-working-directory: /etc/webhook
include-command-output-in-response: true
- id: osmand
execute-command: '/bin/echo'
pass-arguments-to-command:
- source: entire-query
response-message: "OK\n"