Skip to content

CircleCI

What It Is

A cloud CI/CD platform configured through .circleci/config.yml.

Core Ideas

  • workflows
  • jobs
  • executors
  • orbs
  • contexts

Practice

  • Make sure orbs actually simplify the pipeline instead of hiding critical logic too deeply.