ktranish
PROOP
3 months ago
If I have a monorepo set up with multiple apps, how can I config to deploy the app that was modified without affecting the other services within the same repo?
2 Replies
3 months ago
set them via root directory so it only redeploys when its impacted in that directory (in your service -> settings -> right under source repo), or via watchpaths https://docs.railway.com/guides/build-configuration#configure-watch-paths
