Hi there,
I’d like to get a docs-next
subdomain configured for my site docs-getdbt-com
. It will point to a deployment of the next
branch.
I added a CNAME record per the instructions here: [Support Guide] How to use Netlify’s branch deploy feature without Netlify DNS
My DNS provider already has the CNAME entry and I’ve verified it using nslookup
:
$ nslookup docs-next.getdbt.com
Server: 192.168.1.1
Address: 192.168.1.1#53
Non-authoritative answer:
docs-next.getdbt.com canonical name = next--docs-getdbt-com.netlify.app.
Name: next--docs-getdbt-com.netlify.app
Address: 104.248.60.43
Name: next--docs-getdbt-com.netlify.app
Address: 104.248.63.231
Thanks!