raleng
Not skipping build/deployment for changes outside root directory
I have a monorepo setup, where I have a folder called
apps
that contains different services. I have separate deployments in my railway project, each using a subfolder as their root directory (e.g. /apps/server
). Currently there are two subfolders/services. I just pushed a new folder to the apps
directory (which is not even connected to any service in the project yet), and it triggered a build and deployment for the two existing services.
That is not supposed to happen right? Is there something else I need to configure so that I only trigger new builds for apps that have changes to the root directory?10 replies
Typesense service not reachable
I am using the typesense template (https://railway.app/template/DXBDVS), but I'm struggling to connect to the service. E.g. I only get timeouts for
https://RAILWAY_PUBLIC_URL/health
.
Looking at the logs, the app seems to start ok, and Railway itself seems to be able to call the /health
endpoint when it does deployments?
Not really sure what the issue might be, whether it's my fault, Railway's, or typesense's.
Project id: 68d08275-c56e-4204-ab46-04737e0cf4dc19 replies