Remove docs how-to-use-the-circleci-local-cli
article thumbnail

CircleCI onboarding toolkit: User-friendly tools to help you ship sooner

CircleCI

Fortunately, CircleCI provides several tools you can use to streamline the onboarding process and get up and running with a fast and secure pipeline in a matter of minutes, regardless of experience level. Step 0: Connect a project to CircleCI. Config SDK. Config policy management. Let’s get started!

Tools 59
article thumbnail

CircleCI docs are built by you: celebrating our open source contributors

CircleCI

At CircleCI, we have noticed the positive impact of developing documentation as an open source project because every improvement, large or small, helps thousands of readers that same day. In the last month, thirty-three authors have merged improvements to our public docs repo! CircleCI 2.0 docs unique visits/month.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Testing locally with CircleCI runners

CircleCI

In this article you will learn how to set up the CircleCI runner agent on your local machine to run tests. You will also learn how to configure your CircleCI pipeline so that the runner is invoked correctly. Many development teams start their CI/CD journey with a local build box (or six) that run their tests.

Testing 64
article thumbnail

Automating testing for FeathersJS applications

CircleCI

You can also learn how to automate the deployment of FeathersJS apps to Heroku. Most development teams manage code from a central repository, using a Version Control System (VCS) to push updates and deploy to production servers. In this article, I will show you how to automate the testing for a FeathersJS application using CircleCI.

Testing 52
article thumbnail

Automatically deploy a Gatsby site to Firebase Hosting

CircleCI

A good overview of the service is available in the Firebase Hosting Docs. In this post, we will setup a simple Gatsby site, host the code on a GitHub repository, and setup automatic deployment of our web application to Firebase Hosting using CircleCI. First, we need to install Gatsby in our local development environment.

article thumbnail

How to set up a continuous integration pipeline for a Rails dual boot

CircleCI

The dual boot strategy has been a popular upgrade approach since GitHub and Shopify used it to move their Rails apps from older versions of Rails to running on Rails Edge. At Planet Argon , an agency specializing in Rails support, we use this method of updating and would like to share our technique through this tutorial.

article thumbnail

Infrastructure as code, part 3: automate Kubernetes deployments with continuous integration and deployment

CircleCI

In this series, I’ll demonstrate how to get started with infrastructure as code (IaC). In this post, I will demonstrate how to create continuous integration and deployment (CI/CD) pipelines that automate the Terraform IaC deployments that were covered in part 1 and part 2 of this series. CircleCI pipelines.