impreza_git_webhook_status
Check whether a custom deployment is wired for git-push auto-deploy, returning git URL, branch, webhook mode, and active status. Use before connecting a webhook to confirm source.
Instructions
Check whether a custom deployment is wired up for git-push auto-deploy. Returns the git url, branch, the mode (github one-click | manual generic | none), whether the webhook is active, and the payload URL the provider posts to. Use before calling impreza_git_webhook_connect to confirm the deployment was created with a git source (mode=dockerfile + git_url) — image-mode and manifest-mode deploys can't auto-deploy from git.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deployment_id | Yes | The dpl_... id of a custom deployment. |