Hello,
my question is very basic and generic.
I want to build a CI/CD pipeline in GitLab for some projects, and I have on-prem GitLab.
My question is:
- I would like to know if in the CI/CD I can have everything on-prem except for the VCS. So basically the VCS on cloud and all the rest of the CI/CD on-prem. Is that possible?
- There are other projects in my on-prem Gitlab and I want the to be affected by the previous point, is that so?
Thank you