Hello,
We currently have a local Gitlab CE instance (v13.9.5) and are planning to migrate it to the cloud and keep the internal as a mirror only.
The ideia is that the developers use the local instance only to clone/pull the repository (better network speed) but for the push to go to the instance in the cloud, as jobs/pipelines will run there.
Those who work from home will exclusively use the instance in the cloud.
Can the Gitlab mirroring meet this scenario? Through the documentation https://docs.gitlab.com/ee/user/project/repository/repository_mirroring.html
it was unclear whether mirroring can do this and what the development flow would be like if this is possible.
Thanks in advance