This is a guide on how to configure multiple domain providers with a Rails app (or any web app actually!) on Heroku and GoDaddy
- On the project folder you need to run the
heroku domains:add heroku domains:add www.example.com
where thewww.example.com
is your actual domain. Remember you can always add multiple domains this way.
- Sign in to GoDaddy, go to the domains list, pick your domain or click on the
manage
button. This will take you to your domain configuration.