Auto Deploy application with Railway script
evrenbingol
HOBBYOP
a year ago
Is there a way to fork an application programmatically so that it duplicates the arch but you only specify the env variables. Maybe a railway script.
So when you have a new tenant/client you can spin up a new app from the latest main/github.
3 Replies
a year ago
I think this would be exactly what you want -
https://github.com/brody192/railway_project_create
It requires you create a template though -
https://docs.railway.com/reference/templates
brody
I think this would be exactly what you want -https://github.com/brody192/railway_project_createIt requires you create a template though -https://docs.railway.com/reference/templates
evrenbingol
HOBBYOP
a year ago
This is awesome. Thanks