I have two projects: https://gitlab.com/me/foo/
and https://gitlab.com/me/bar/
. Both projects have a .gitlab-ci.yml
with instructions to build a web site to be deployed by GitLab Pages. I own https://me.com
and I would like that GitLab Pages return the website created by https://gitlab.com/me/foo/
to visitors of https://me.com/foo
and the website created by https://gitlab.com/me/bar/
to visitors of https://me.com/bar
. How can I do it?
Following the instructions here I managed for GitLab Pages return the website created by https://gitlab.com/me/foo/
to visitors of https://me.com/foo/
but when I try to use the same instructions for the other project I got “Domain has already been taken” error.