Webhooks & Auto-Deploy
Can I deploy my app automatically via webhooks?
Yep! Hatchbox provides a helper to install webhooks to Github, GitLab, and Bitbucket so that your code can get automatically deployed when you push up commits to your deployment branch.
You can also trigger a webhook when your CI service completes to deploy your application automatically.
The Deploy tab for your App has all the details on how to set this up.
Last updated