Deploy from CI

Real pipeline patterns — YAML templates, secrets, and fix links.

If push / deploy fails

  • docker login before push in pipeline script
  • Use OIDC (GHA) instead of long-lived AWS keys
  • imagePullSecrets on K8s if pull fails after push
  • Check registry URL matches image tag prefix
Pipeline auth runbook →

End-to-end flows