Auto-deployment (CI/CD)

Overview

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.

Supported Providers

  • Github

  • Bitbucket

Usage

The main section provides step-by-step instructions for setting up the auto-deployment webhook.

  1. Open your git repository in the browser.

  2. Open repository Settings tab.

  3. From the links on the Settings page, click the Webhooks link.

  4. Click the Add webhook button and paste the following URL in webhook URL (payload URL) field.

  5. Save webhook.

Examples

Github

Bitbucket

Final Verification

  • 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.

Last updated