Deployment on Heroku
In this lesson, you’ll learn how to deploy your Ember application on Heroku.
Deploying to Heroku is another option that is very easy to start with.
Installing heroku
We have to install the Heroku toolbelt so that we have the heroku
command. One also needs a Heroku account, but no further setup is needed.
Deploying Ember apps to Heroku works by way of specifying a Heroku “buildpack,” which is a collection of scripts that gets run upon each deployment. We need to create a new ...
Access this course and 1400+ top-rated courses and projects.