git repository bestpractices for edge proxies with CI-Cd pipeline

Not applicable

I would like to know the best practice for storing API proxies in GIT.

If we have 1 repo per proxy, them it is easy to implement CI_CC pipeline as that proxy will only be deployed.

But if we have 1 repo for all proxy i 1 branch, then any commit in any of the proxies will trigger the build for all the proxies. How can I stop that in CI-CD pipeline. I would want only that proxies to be build where there is a change.

0 1 365
1 REPLY 1

Not applicable