From the course: Node.js: Deploying Applications

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

CircleCI

CircleCI - Node.js Tutorial

From the course: Node.js: Deploying Applications

Start my 1-month free trial

CircleCI

- [Instructor] Now I'm going to walk through the CircleCI system. It's similar in many ways to Travis, although it does allow for a Macintosh OS build target, and I find it more capable in many ways. The best way to understand the differences and similarities between them is to work with them, so let's dive right in. For this exercise, we'll be deploying to the Elastic Beanstalk instance. I know this may be giving you whiplash, working with all of these different platforms, but think of all of the magic you'll be able to create with all the combinations. Go ahead and browse to circleci.com. Click go to app in the upper-right-hand corner and get yourself set up with a login. Once you've got a login, you can move to the CircleCI landing page, where you can set up the class project from your repository. On the left, choose add projects to add your repository. So we're looking for test deploy, and I'm going to set up project. When you add your new project, you'll be using 2.0, the newest…

Contents