Better Programming

Advice for programmers.

Follow publication

Member-only story

How To Create CI/CD Pipelines Using CircleCI

Get started with CircleCI to perform practical DevOps tasks

Kirshi Yin
Better Programming
Published in
5 min readAug 4, 2021

circular lights
Photo by Zak on Unsplash

Creating CI/CD pipelines is an essential skill for everyone dealing with DevOps tasks. If you’re just getting started with this topic, I’m excited to introduce a modern, beginner-friendly tool called CircleCI.

In this tutorial, we’re going to learn how to create and run a CI/CD pipeline for an app. By the end of this article, you’ll get hands-on experience in writing your own pipeline. Moreover, CircleCI is very easy to start with, so you’ll get up to speed quickly.

Let’s begin!

CircleCI Overview

CircleCI is a modern continuous integration and continuous delivery platform. It offers a free and an enterprise edition. You can sign up using your GitHub or Bitbucket account. You’ll receive 2,500 free credits per week which are great for hobby projects.

  • Integration with your GitHub/BitBucket repos with minimal clicks
  • Automatically run pipelines for each commit to build, test, and deploy your code
  • Get notified per email whenever a build fails
  • A rich collection of language support — Java, Python, Dart, Go, and many more

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Kirshi Yin
Kirshi Yin

Written by Kirshi Yin

Self-taught Java Developer. Explores topics about Spring Boot, NLP, Linux, low-coding, and more. Interested in foreign languages, investment, personal growth.

Responses (1)

Write a response