mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
14 lines
339 B
YAML
14 lines
339 B
YAML
- 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"
|