Heavyweight - FastAPI template doesnt create a new repo when i deploy it
Whenever i deploy the Heavyweight template it doesnt create a new repo but instead it just references the original repo
Template URL: https://railway.app/template/XJzuMz
Solution:Jump to solution
Yep that's expected, if you want to have it clone the source repo you will need to enable the eject feature in your feature flags, then you can go back to the service to eject it and then it will make a cloned repo
9 Replies
Solution
Yep that's expected, if you want to have it clone the source repo you will need to enable the eject feature in your feature flags, then you can go back to the service to eject it and then it will make a cloned repo
noted thanks
this change was mentioned in their changelogs, so I would highly recommend reading them every Friday!
not working
and do you know why this feature was added? its annoying
it does work, deploy the template and then go into it's service settings to eject it
most templates that deploy from GitHub repos are never edited
noted i saw it
I see, interesting
alright then
thank you for the help
no prob