Deploy the Application
Learn how to successfully deploy your web application on the internet.
We'll cover the following...
Deploying an application to Heroku
We now only need to deploy the application and tell it to use a dyno. To deploy it, we use git to add and commit our latest changes. The new configuration files and Procfile should also be added. Once this is done, we push a copy to Heroku: