What is the correct way to connect a Heroku app with a custom domain?
This is how I did it in the past:
Point Godaddy\'s DNS to heroku\'s provided t
This worked for me, but I had to include --app at end of the command. Like this:
--app
heroku domains:add www.yourwebsite.com --app
For the app name, it is the app name you used when creating the app in Heroku.