Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Custom domain gitlab pages

I have hosted a website with gitlab pages which I can access at gpecchio.gitlab.io/BeCall. However, I also bought the domain becall.io and I wanted to use this domain and not the gitlab one. I tried to follow the documentation but I can't quite figure out what to put in my CNAME record as host and as value. Any idea?

like image 238
GPecchio Avatar asked Mar 04 '26 07:03

GPecchio


1 Answers

Your A record should be:

name: becall.io , value: 52.167.214.135

Your CNAME might be:

name: www, value: becall.io

like image 89
berzhy Avatar answered Mar 08 '26 01:03

berzhy