Auto-deployment (CI/CD)
Last updated
Last updated
This document provides instructions for setting up auto-deployment for applications in the cluster using a Git repository webhook. Follow these steps to ensure that every push to your Git repository triggers a deployment to the cluster.
Github
Bitbucket
The main section provides step-by-step instructions for setting up the auto-deployment webhook.
Open your git repository in the browser.
Open repository Settings tab.
From the links on the Settings page, click the Webhooks link.
Click the Add webhook button and paste the following URL in webhook URL (payload URL) field.
Save webhook.
Ensure that the webhook is listed in the repository’s webhook settings.
Make a test push to your repository to verify that the auto-deployment triggers correctly.