Key concepts

  • Working with Git branches in Continuous Delivery (CD)
    Continuous Delivery (CD) watches for Puppet code changes you make in Git and helps you deploy those changes to your environment node groups. You and Continuous Delivery (CD) work together, so it's important to understand what you need to do in Git, and what Git work Continuous Delivery (CD) handles for you..
  • Understanding the Continuous Delivery (CD) workflow
    Continuous Delivery (CD) helps you to deliver changes to your organization's infrastructure-as-code. Use this workflow to develop and deploy changes with Continuous Delivery (CD).
  • Using the feature branch workflow
    Use the feature branch workflow to safely and efficiently move new code from an isolated development environment, through initial testing and validation, and then into your organization's process for staging, review, and promotion to production. Adapt the steps of this Continuous Delivery (CD) workflow as needed for your team's requirements and best practices.