MOC: GitHub Actions

CI/CD automation from YAML fundamentals to data engineering pipelines — 6 pages covering workflow syntax, reusable patterns, deployment automation, and troubleshooting. Expand any section to browse page contents.

mindmap
  ((Foundations and Patterns))
    (fundamentals)
    (workflows)
    (patterns)

Foundations and Patterns

domain-foundations-and-patterns

GitHub Actions YAML syntax, triggers, jobs, expressions, secrets, caching, matrix builds, reusable workflows, and cost optimization patterns.

mindmap
  ((Applied Automation))
    (CI/CD deployment)
    (data engineering)
    (troubleshooting)

Applied Automation

domain-applied-automation

Real-world CI/CD deployment, data engineering pipeline automation, and troubleshooting common GitHub Actions failures.

GitHub Actions Cross-References

  • Git — Git events that trigger GitHub Actions workflows
  • Terraform — Terraform plan/apply automated via GitHub Actions
  • Docker — Docker build and push in CI/CD pipelines
  • Data Architecture — Testing strategy that coordinates CI with quality gates