By dimitrov2k
I have a node (nextjs) app that I’m trying to deploy to App Platform, the problem that I’m facing is that I have a migration script (in package.json) that needs access to DATABASE_URL, which if I’m reading correct won’t be accessible during build times (which is a must-have feature tbh). Anyway, what can I do at this point?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi @dimitrov2k,
For accessing the Database in Build and Run Time both. First, make sure the Database is not a Dev Database and the env variable used is not a Bindable Variable. As defined in the link below.
Bindable Variables
Connection Parameters from the Database page can be used to access the Database on both Build and Run Time. Define the DATABASE_URL Env variable with the connection parameter string and set the Scope to RUN_AND_BUILD_TIME to access it on both Build and Run Time.
Database Connection Details
Cheers, Ahmed Butt
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.