Skip to content

Commit

Permalink
chore(github): add DIRECT_URL to actions .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
PJColombo committed Feb 25, 2025
1 parent 3007bed commit 4e7fc92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tooling/github/setup-db/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ runs:
uses: "SpicyPizza/create-envfile@v2.0"
with:
envkey_DATABASE_URL: "postgresql://blobscan:s3cr3t@localhost:5432/blobscan_dev?schema=public"
envkey_DIRECT_URL: "postgresql://blobscan:s3cr3t@localhost:5432/blobscan_dev?schema=public"
- name: "Apply Prisma migrations to db"
shell: bash
run: pnpm prisma migrate deploy --schema packages/db/prisma/schema.prisma

0 comments on commit 4e7fc92

Please sign in to comment.