GitOps Hosting

This page is about how you can leverage GitOps platforms such as GitHub, BitBucket, and GitLab for hosting and testing sites.

Components

  1. Project Configuration

    Files stored in your repository that tell the GitOps system what to do.

    1. GitHub Workflows

    2. BitBucket Pipelines

  2. Runners

    Hosted or self-hosted tools for running jobs.

  3. Service CLI

    DDEV or similar.

  4. Operations Site Server

    Simple server config for preparing GitHub runners and DDEV.

Last updated