I know I can add a test job to .gitlab-ci.yml for branches other than master. But is there actually a way to look at the built test version of the website from a feature branch, if I don’t have other environments than GitLab Pages set up, such as S3? In other words, I’m wondering whether I can have a staging/review site within GitLab Pages.
(I’m using GitLab Pages with Jekyll.)
Hey @gregorip,
it might be! I’m not sure if I understand how the set-up works, though. E.g., what point 1. “Set up the infrastructure to host and deploy the Review Apps” means. But I will look into it.
Anyway, thanks!
I don’t know how GitLab Pages work because I’ve never used it since I have my own hosting, but as long as you can deploy your repo to it, you should be able to take advantage of the Review Apps feature of GitLab.