Gith-lfs files not uploading correctly
I am uploading my app on Railway via github with a subset of my code on github lfs.
I get following error on deployment
Seems like the piece of code on git-lfs isn't getting uploaded correctly to railyway.app.
Do I need to do anything specific to upload part of code/model on git-lfs?
Thanks.
7 Replies
Project ID:
N/A
N/A
railway does not support git lfs, how big are these files?
More than 400 MB.
Any work arounds for this?
theres a few i can think of, depending on the nature of these files
are they modified during runtime?
files are static.
you can deploy this template into your project
https://railway.app/template/Nan7Bs
then use it to upload the files onto the volume
unmount the volume
mount the volume to your service that needs the files
then you have the files available to your code