fix(ssl): add envvar for optional ssl cert (#1179)

This commit is contained in:
Waleed
2025-08-28 23:00:43 -07:00
committed by GitHub
parent 6ac59a3264
commit ca015deea9
3 changed files with 9 additions and 1 deletions

View File

@@ -74,4 +74,5 @@ 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