[
  {
    "id": "deploy-news",
    "execute-command": "/var/www/html/deploy/webhook-trigger.sh",
    "command-working-directory": "/var/www/html",
    "response-message": "deploy tetiklendi",
    "include-command-output-in-response": false,
    "trigger-rule": {
      "match": {
        "type": "value",
        "value": "__WEBHOOK_SECRET__",
        "parameter": {
          "source": "url",
          "name": "token"
        }
      }
    }
  }
]
