Remove how-to-build-a-docker-image-on-circleci-2-0
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. If you don’t want to go through the laborious task of creating the web application described in the first two posts from scratch, you can get the source by forking this repository and checking out the part-2 branch.

AWS 96
article thumbnail

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

CircleCI

Continuous integration and delivery (CI/CD) optimizes team development flows by automating build, test, and deployment processes to ensure fast and reliable delivery of high-quality software. In this blog post, we’ll highlight some popular features that make setting up, managing, and sharing your CircleCI pipelines faster and more intuitive.

Tools 59
Insiders

Sign Up for our Newsletter

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

article thumbnail

Continuous integration for CodeIgniter APIs

CircleCI

The newly added code is allowed into the main branch only if it builds successfully. In this tutorial, I will show you how to use CircleCI for the continuous integration of a CodeIgniter API. A CircleCI account. Managing the codebase is a major bottleneck for software development teams. Prerequisites. Getting started.

article thumbnail

Performing database tests on SQL databases

CircleCI

In this tutorial, you will learn and demonstrate how to test a relational MySQL database and then proceed to set up a continuous integration pipeline to automate the testing process. A CircleCI account. Testing is one of those activities that if not exhaustive will not have its complete impact on your software development process.

Testing 52
article thumbnail

Automating database cleanup with scheduled pipelines

CircleCI

In this tutorial, I will show you how to automate your database cleanup and revoke temporary access granted to users of your API using scheduled pipelines. In this tutorial, I will show you how to automate your database cleanup and revoke temporary access granted to users of your API using scheduled pipelines. A CircleCI account.

article thumbnail

Continuous integration for CodeIgniter APIs

CircleCI

The newly added code is allowed into the main branch only if it builds successfully. In this tutorial, I will show you how to use CircleCI for the continuous integration of a CodeIgniter API. A CircleCI account. Managing the codebase is a major bottleneck for software development teams. Prerequisites. Getting started.

article thumbnail

Schedule database backups for MongoDB in a Node.js application

CircleCI

In this tutorial, I will guide you through the process of scheduling a backup version of your application’s database at a defined regular interval using CircleCI’s scheduled pipelines. This application will be deployed on Heroku using the deployment pipeline on CircleCI. A CircleCI account. application with a MongoDB database.

Backup 52