mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-08 22:48:14 -05:00
fix(ci): fix envvar name
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -72,5 +72,5 @@ jobs:
|
||||
- name: Apply migrations
|
||||
working-directory: ./sim
|
||||
env:
|
||||
POSTGRES_URL: ${{ secrets.DATABASE_URL }}
|
||||
DATABASE_URL: ${{ secrets.DATABASE_URL }}
|
||||
run: npx drizzle-kit push
|
||||
Reference in New Issue
Block a user