Monorepo Deployment Issues

bigviking
PRO

6 months ago

Hello,

Repo: https://github.com/mhofwell/fpl-chat-app

This repo contains a client, server and a set of cron jobs as node.js services. Core problem is that I am having trouble ensuring that the entire deployment doesn't restart when I push code to a particular app.

Here is the pattern i'm following based on what I can understand from the docs:

Source Repo: mhofwell/fpl-chat-app
Root Directory (for my nextjs app): /fpl-nextjs-app
Watch Path: /fpl-nextjs-app/**

fpl-chat-app
├── cron/ # Scheduled job components
├── fpl-mcp-server/ # Backend server
└── fpl-nextjs-app/ # Next.js frontend
...

Pushing a change to a file inside fpl-nextjs-app (or any other service) redeploys everything. I've been tinkering with this for a day and couldn't figure it out. Let me know what I'm doing wrong... I'm fairly confident this isn't a shared monorepo. I could be wrong.

Thanks!

Closed

1 Replies

6 months ago

Duplicate of Discord thread -

https://discord.com/channels/713503345364697088/1369348208408662168

Continuing conversation via Discord.


Status changed to Awaiting User Response Railway 6 months ago


Status changed to Closed brody 6 months ago


Loading...
Monorepo Deployment Issues - Railway Help Station