The main idea of Continuous Delivery is to allow developers to build, test and deploy software faster and more frequently.

This tutorial will explain you how to optimize your workflow so that your application is automatically tested and pushed to Heroku on every push to the Master branch using Buddy CI/CD. Please keep in mind you’ll need a Heroku account with one empty application to use it in your Buddy pipeline.

Initializing version control for your project

First we need to import your project to Buddy and put it under version control. For this presentation we should use a simple servlet-based Java web application.

Importing project to Buddy

NOTES:

Like what you read? Check out the full article here.