Disable or Enable Webhook Trigger for CI/CD Pipelines
Elestio CI/CD pipelines can automatically trigger a deployment when new commits are pushed to your Git repository. This is handled through a webhook integration.
You now have full control over this behavior directly from the Elestio dashboard. You can temporarily disable the webhook trigger to prevent automatic builds and re-enable it at any time.
This is useful when:
How It Works
When the webhook trigger is enabled:
When the webhook trigger is disabled:
Disable Webhook Trigger
Follow these steps to disable automatic pipeline triggers:
Once disabled:
Enable Webhook Trigger
To re-enable automatic triggering:
Once enabled:
Manual Pipeline Execution
Even when the webhook trigger is disabled, you can still run the pipeline manually:
This allows you to deploy changes only when needed.