How to configure when a service should deploy on railway?
ktranish
HOBBYOP

20 days 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

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

1441459854844760000


ktranish
HOBBYOP

20 days ago

Thank you. Watchpaths helped for my case


Loading...