We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 258419d commit 67b0b12Copy full SHA for 67b0b12
.github/workflows/ci.yml
@@ -74,4 +74,4 @@ jobs:
74
working-directory: ./apps/sim
75
env:
76
DATABASE_URL: ${{ github.ref == 'refs/heads/main' && secrets.DATABASE_URL || secrets.STAGING_DATABASE_URL }}
77
- run: bunx drizzle-kit push
+ run: bunx drizzle-kit migrate
0 commit comments