Restaurant-App icon indicating copy to clipboard operation
Restaurant-App copied to clipboard

DevOps: CI/CD for git-submodules

Open jurabek opened this issue 5 years ago • 0 comments

Currently, we are using a big monolithic repository for all microservices, however, it affects our CI/CD build pipeline, it takes a lot of time to fix only for small changes.

For example, if I am changing only Order.API other services also building running tests and deploying, to avoid this we should use git-submodules

Read more: Wiki

jurabek avatar Apr 10 '19 14:04 jurabek