Report this

What is the reason for this report?

How to run an npm script after deploy having `DATABASE_URL` being accessible in App Platform?

Posted on August 28, 2021

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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

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

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.