```var shell = require('shelljs'); shell.exec(`DA...
# orm-help
g
Copy code
var shell = require('shelljs');

shell.exec(`DATABASE_URL=${BASE_DB_URL}/${autogeneratedSchemaName} npx prisma migrate deploy`);
r
@Giorgio Delgado 👋 Yes this the only way for now. We have a request here for the same, so it would be great if you could add a 👍 to it 🙂
1