2.8GB repo takes a very long time with `railway up`
I have local repo with a bunch of data which I've (I think) excluded inside a
.railwayignore
file.
However, deploying take a very long time (>15 minutes) and I'm not convinced those files are actually getting ignored. How can I check?5 Replies
Project ID:
58a8cdcc-9801-4a0e-976f-d8a26bcdc8e6
58a8cdcc-9801-4a0e-976f-d8a26bcdc8e6
the best way I can think to check would be to change .railwayignore to a .gitignore and then make the folder a git repo, and do git add to see if your excluded data was actually excluded
I think it would be pretty cool to have a
railway up --preview
command that would just list the files it would upload^ yes please
The files in question are in submodules, but I will try.
I would love to do that, too bad I don't know rust 😦