Mono repository

Hey community!

I have a mono repository consisting of 5 services. I already went through your guide. My main question is the following:
Would a commit, which brings changes only to the service A, cause the other services to redeploy?

Happy to receive any sort of additional helpful information advice regarding mono-repos and Qovery!

Thank you.

Hey @Ahmed_Mouelhi !

Indeed, because of monorepo, every commit will trigger a change on all apps due to the nature of mono repo.

So yes, a commit on app A, it will trigger a redeploy on all monorepo apps.

We have something in mind to allow to set some rules to handle that, but it’s no yet planned for now.
CF How to apply deployment restriction to preview environments?

Cheers