Notes / Projects / Platform Shipsolid / 06 Build Release

CI/CD Pipeline Guide

How platform changes flow through CI/CD.

Updated June 9, 2026 · §202606092046-45 ·

CI/CD Pipeline Guide

Purpose

How platform changes flow through CI/CD.

Pipeline

  1. PR opened → lint + terraform plan (dev/qa/prod) + conftest policy gate.
  2. Review + approve.
  3. Merge to main → sequential promotion dev → qa → prod with GitHub Environment gates.

Gates

  • Terraform plan must be clean.
  • helm template must render with in-scope values.
  • Conftest/OPA policy must pass.

[stub: cicd-workflow-links] — fill this in. Greppable doc-debt marker.

Local graph

Full graph →