Configure CircleCI to automatically deploy your NodeJS applications

Tom Nagle
4 min readJun 13, 2019

CircleCI is a a great way to automate your continuous integration and delivery, but you already know that, that’s why you’re here.

In this post you will learn how to:

  1. Setup a circleci user on your server
  2. Add SSH keys so CircleCI can log in to your server
  3. Add a configuration…

--

--

Tom Nagle

I am a full stack JavaScript developer, living in Melbourne, Australia. My preferred stack is Mongoose, TypeScript, Node.js, React & GraphQL.