Poking around Railway a lot today and seeing how it could definitely be my new place to deploy apps.
One thing I was very excited about was the abiity to create an environment for each PR.
However, my services are failing being deployed because the data I'm relying on doesn't exist. Is this a feature that's coming, or how are people automating this?
I suppose I could look for an environment variable and bootstrap my data on server boot, but that seems a bit heavy handed.