Im looking at creating a pipes repo which can call other repositories and deploy to specific environments of which we have many (multiple dev and test environments).
The intention of this is to have a single repo where a user can select an envionrment, and it would then go deploy the master branch of all repositories in its list to that environment.
Ive like to avoid having too much duplication of code and ideally be able to just iterate over a list or either the environments, or the repositories.
Is there any documentation on examples someone can point me to if this is even possible?
thanks