caesarbeef
Automatically Linking Postgres on PR Environment
I'm working on setting up my app to use PR Environments. It's a Nextjs app which uses a Railway node service and a Postgres service.
Whenever a new PR environment is created it seems I have to manually go in and link my database url.
DATABASE_URL
populates as an environment variable but the value is "empty string".
Is it possible to configure my PR environments to automatically link the newly spun up postgres instance?17 replies