Drizzle & NextJs CI/CD

Hi there, i am trying Drizzle in a new project.
Local dev is super easy but from the docs it's not clear how to handle CI/CD when deploying to staging/prod.

Now i resorted to just add a
"postbuild": "npx drizzle-kit push"
script, but I don't know if this is the best way to handle it..

Is there a reference on how to this somewhere?
Was this page helpful?