[
Watch a free lesson on How to deploy Nuxt.js to Heroku on Vue School
]()
You should see this in your Heroku dashboard (Settings section):
Heroku uses a Procfile (name the file with no file extension) that specifies the commands that are executed by the apps dynos. To start the Procfile will be very simple, and needs to contain the following line:
Finally, we can push the app on Heroku with:
To deploy a non-master branch to Heroku use:
where is the name of your branch.