david0
Railway up fails to upload in Github Action
I'm trying to deploy via Github Actions so my railway server deploys after db migrations are complete. Here's what the railway part of the action looks like,
Running this results in the error:
Doing the same locally shows a more specific error message:
Failed to upload code. File too large (260810846 bytes)
.
I saw from previous threads that the railway up file limit is 40mb. Is there anyway to log what's being zipped and uploaded to railway? How does this work when it's connected via GitHub on Railway but breaks through the CLI?16 replies