You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enter heroku login from the command line and enter credentials
In the root folder enter heroku create (and save the url of deployed application, it will be printed out to standard output -e.g. terminal, or you can later find it on their website in the dashboard section)
Then proceed with the step configuring application
Then make sure everything is added to git -> run git add . && git commit -m "Heroku deployment"