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"
"postbuild": "npx drizzle-kit push"
script, but I don't know if this is the best way to handle it..