Minimal viable continuous delivery example repo

This page summarizes the projects mentioned and recommended in the original post on /r/devops

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • minimalcd

    Minimal viable Continuous delivery (CD) setup

    https://github.com/KarmaComputing/minimalcd Have been working on this hope someone finds is useful for learning intro concepts to continuous delivery/devops.

  • auto

    Generate releases based on semantic version labels on pull requests. (by intuit)

    Automatically generates releases based on semantic version for every merge into the main branch (using intuit/auto)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • Doctrine Migrations

    Doctrine Database Migrations Library

    This repository uses alembic (python) but you might use alembic/doctrine (php), flyway/liquibase (java) - the concept is the same

  • Dokku

    A docker-powered PaaS that helps you build and manage the lifecycle of applications

    When a pull request gets merged into the main branch, the latest application is automatically deployed (using Dokku). (Pipeline Code / UI) You might use Kubernetes with ArgoCD (the underlying concepts are the same)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts