Deploying applications #2 - provision server & setup flightplan

In this video, we’ll setup an automated deployment strategy for our application. Prerequisite videos! - Setting up a server with Digital Ocean: - SSH Tutorial: Here’s the code I’m using in this video: What we’re doing in these videos is called automated-deployment. It’s a part of devOps. DevOps is a set of tools/practices that focus on having a streamlined, heavily automated and reliable strategy development, deployment & monitoring of web applications. We’re going to setup a way to deploy our node app with a single command.
Back to Top