Skip to content

CI CD Systems

bhanutejags edited this page Aug 13, 2021 · 18 revisions

CircleCI

GitHub Actions

  • Provides very good integration with GitHub itself, from example raising PRs and labelling issues from GitHub Actions is trivial.
  • Has good community and ecosystem around sharable GitHub Actions, from installing Ruby and building Docker images to deploying to AWS Services.
    • These actions let use write CI/CD pipelines without the need to write shell scripts.

Links

Useful GitHub Actions

AWS CodeBuild/CodePipeline

  • A repository and CI/CD system that is well integrated with AWS tools and services.
  • Getting used to this service, might help developers to get more comfortable with AWS Services.
Clone this wiki locally