Setting up Heroku
Now that we've got our continuous deployment pipeline set up to build and test our app, the last step is to get it to deploy our app.
Before we do that, we need to set up a production server where our app will be deployed to.
For this course, we'll be using Heroku to deploy our app, as we can set it up for free using Heroku's hobby plan.
Click to load comments...