Remove tag circleci
article thumbnail

You are what you Git: how your VCS branching model affects your delivery cadence

CircleCI

Before joining CircleCI, my years of experience led me to believe that I was an engineer with a firm understanding of the technical aspects of the craft, as well as what is considered good practice. CircleCI showed me that I had still more to learn. At CircleCI, my team uses a short-lived branching model for software development.

article thumbnail

Detect hardcoded secrets with GitGuardian

CircleCI

In this tutorial, you will learn how to add GitGuardian real-time monitoring to a CircleCI workflow to scan every new commit for secrets. To follow this tutorial, you will need: A CircleCI account. Then, open the CircleCI Projects page, click the sample_secrets name, then select Faster: Commit a starter CI pipeline to a new branch.

Insiders

Sign Up for our Newsletter

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

Trending Sources

article thumbnail

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

CircleCI

CircleCI pipelines. CircleCI pipelines are the full set of processes you run when you trigger work on your projects. Settin up the project on CircleCI. Before we start building a config.yml file for this project, we need to add this project to CircleCI. You can use the setting up CircleCI guide here to achieve this.

article thumbnail

Building a React dashboard to visualize workflow and job events

CircleCI

Using CircleCI webhooks , we can gather data on workflow and job events. An API communicating with your CircleCI webhook. Ensure that the Laravel API CircleCI webhook covered in this tutorial is up and running. Our tutorials are platform-agnostic, but use CircleCI as an example. Prerequisites. Your preferred code editor.

article thumbnail

Deploy a Clojure web application to AWS using Terraform

CircleCI

This is the third blog post in a three-part series about building, testing, and deploying a Clojure web application. This blog was tested using version V0.12.2. You will also need to sign up for: CircleCI account - CircleCI is a continuous integration and delivery platform. Now tag your change as 0.1.1

AWS 96
article thumbnail

Deploying container-based web apps to Azure

CircleCI

A CircleCI account. This file uses a node image as its base with the tag current-alpine. Helpfully, every newly built image is tagged latest. For Tag, select latest. Creating the CircleCI project. These are the steps we will use in this tutorial: Create a project on CircleCI with the GitHub repository.

Azure 97
article thumbnail

Deploying a React application to Netlify

CircleCI

In this tutorial, you will learn how to take control over the deployment process by using CircleCI as your continuous deployment server. A CircleCI account. Our tutorials are platform-agnostic, but use CircleCI as an example. If you don’t have a CircleCI account, sign up for a free one here. A Netlify account.