Building even with watchPaths configured
I have two services in a monorepo (turborepo), and both apps have railway.toml configured with watchPaths to only build services that have any changed files, however, for some reason both always build when I deploy changes to just one of them.
Project ID: 546ca225-6284-4b69-938a-eadf2dd42dd7
5 Replies
Project ID:
546ca225-6284-4b69-938a-eadf2dd42dd7
In this print example, I only pushed changes to the backend, but it also built the frontend.
Solution
watch paths are currently not supported on the new builder
Ohh yes, I didn't know that, thanks!
no problem!
for reference, we have a ticket open for this, its just not a super high priority item right now