trezi
trezi
DTDrizzle Team
Created by trezi on 3/21/2025 in #help
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"
"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?
1 replies