david0
david0
RRailway
Created by david0 on 11/14/2024 in #✋|help
Railway up fails to upload in Github Action
nice that worked perfectly, thanks for the help!
16 replies
RRailway
Created by david0 on 11/14/2024 in #✋|help
Railway up fails to upload in Github Action
oh didn't know that was a thing, thanks i'll try that
16 replies
RRailway
Created by david0 on 11/14/2024 in #✋|help
Railway up fails to upload in Github Action
we have a github action to manage deploys, this includes db migrations and deploying other services. If we don't wait for CI, then the railway service can be deployed before the db migrations are finished. If we wait for CI, it then has to wait for the whole action to be finished which includes the building for other services, so the railway service gets deployed like 5 mins later than it should. Trying to place it in the action so we can deploy right after the migrations are done, to minimize the time there's discrepancy between the deployed code / db migration.
16 replies
RRailway
Created by david0 on 11/14/2024 in #✋|help
Railway up fails to upload in Github Action
shared
16 replies
RRailway
Created by david0 on 11/14/2024 in #✋|help
Railway up fails to upload in Github Action
Is there anyway to see and control what's actually being uploaded? verbose flag only shows the total file size, doesn't show what it's uploading. This is in a monorepo so I'm guessing that's why it's exceeding file limits, but not everything in the monorepo is needed for this service.
16 replies