fix(database): revert changes related to db URL (#1185)

* fix(database): revert changes related to db URL

* cleanup
This commit is contained in:
Waleed
2025-08-29 09:33:40 -07:00
committed by GitHub
parent f3c4f7e20a
commit f2502f5e48
3 changed files with 2 additions and 12 deletions

View File

@@ -74,5 +74,4 @@ jobs:
working-directory: ./apps/sim
env:
DATABASE_URL: ${{ github.ref == 'refs/heads/main' && secrets.DATABASE_URL || secrets.STAGING_DATABASE_URL }}
DATABASE_SSL_CERT: ${{ github.ref == 'refs/heads/main' && secrets.DATABASE_SSL_CERT || '' }}
run: bunx drizzle-kit migrate