Azure DevOps git webhook #2810
-
|
Hi there, I have connected my on-prem Coolify instance to my GIT on AzureDevOps. Everything works as I expected. However, I need help finding how to set up Webhook to automatically run the rebuild process after a new pull request is triggered. Thanks for your help. |
Beta Was this translation helpful? Give feedback.
Answered by
pdovhomilja
Jul 12, 2024
Replies: 1 comment
-
|
Solved with https://coolify.io/docs/api-reference/deployments/deploy API and Azure DevOps hooks: Service hooks > Web hook. Created a new API key and used it as a Bearer in the header. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pdovhomilja
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solved with https://coolify.io/docs/api-reference/deployments/deploy API and Azure DevOps hooks: Service hooks > Web hook. Created a new API key and used it as a Bearer in the header.