Skip to content

Commit 2df1d13

Browse files
committed
fix(ci): fix envvar name
1 parent 9d3b270 commit 2df1d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ jobs:
7272
- name: Apply migrations
7373
working-directory: ./sim
7474
env:
75-
POSTGRES_URL: ${{ secrets.DATABASE_URL }}
75+
DATABASE_URL: ${{ secrets.DATABASE_URL }}
7676
run: npx drizzle-kit push

0 commit comments

Comments
 (0)