Heroku Custom Domain with Godaddy
2 min readJul 9, 2020
Note
Step 1. Get the value of CNAME from Heroku
- login Heroku
- Choose Settings
- Pull down to the Domains area
- Click Add Domain
- Enter my domain name (already purchased) — www.xxxxx.com and press Next
- Wait for ACM Status to become OK
- Click Edit to copy the value of DNS target
Step 2: Set up on Godaddy DNS
- To DNS settings
- Find my website xxxxx.com and click edit
- or If it is a subdomain, add CNAME to the Record record, enter the subdomain name in the host
- Paste the value of DNS target obtained from heroku
- Choose how long TTL will take effect
- Press Save, it will be available after a while
Test, try playing www.xxxxx.com
If you want to use the Heroku SSL function, you must first upgrade to the lowest paid account (At the time of writing in July 2020, Heroku price is $7 per dyno per month)