I would like to run database migrations written in node.js during the Cloud Build process.
Currently, the database migration command is being executed but it seems
Cloud Build runs using a service account and it looks like you need to grant access to Cloud SQL for this account. You can find additional info about setting service account permissions here.