Lessons: 16Length: 1.6 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

1.1 Introduction

Welcome to Continuous Integration Workflow. In this course, you will learn two important development workflows that use the continuous integration principle. You'll also see how to deploy an application using continuous delivery.

1.1 Introduction

Hi, and welcome to Continuous Integration Workflow. My name is Markus Muhlberger, and in this course I will teach you how to use continuous integration services to automatically test your code, and deploy your application to the cloud. The course is designed to show you different development approaches, and different providers to get you and your team started for modern software development. I'm going to use a Rails project as our example, but the workflows I show can be applied to almost any kind of software. We will be using two different development approaches, GitFlow and GitHub Flow, and the popular continuous integration services Travis CI and Codeship to test and build our application and also to apply it to the cloud. Specifically on Engine Yard and Heroku. I'll also show you how to set up Jenkins, an open source CI server and use it to deploy or raise application to a VPS on DigitalOcean. Sounds interesting? Let's get started.

Back to the top