How to run Drizzle migrations during a deployment?

I’m trying to trigger Drizzle migrations when I push a new Next.js deployment. How are things like this traditionally run through Vercel?

Thank you in advance!

Hi, @caseyfronk! Welcome to the Vercel Community :smile:

I’m not familiar with Drizzle, but I found this:

Does this help?

Thank you for the response! I actually read through that before posting here, unfortunately there’s nothing related to automatically running migrations during a deployment.