Skip to content

Commit

Permalink
fix(workflows): add support for DIRECT_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
SecondThundeR committed Mar 10, 2024
1 parent 1def9f5 commit 7025069
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
run: pnpx prisma migrate deploy
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
DIRECT_URL: ${{ secrets.DIRECT_URL }}
if: |
github.event_name != 'pull_request' && github.ref != 'refs/heads/develop'
Expand Down

0 comments on commit 7025069

Please sign in to comment.