Skip to content

Commit

Permalink
ci: update github actions script
Browse files Browse the repository at this point in the history
Add direct url to environment variable
  • Loading branch information
zylcom committed Mar 2, 2024
1 parent a601414 commit 6293696
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 @@ -48,6 +48,7 @@ jobs:
- name: Prisma migration & test
env:
DATABASE_URL: postgresql://postgres:root@localhost:5432/food_app?schema=public&connection_limit=5&pool_timeout=0
DIRECT_URL: postgresql://postgres:root@localhost:5432/food_app?schema=public&connection_limit=5&pool_timeout=0
FRONT_END_BASE_URL: ${{ vars.FRONT_END_BASE_URL }}
JWT_SECRET_KEY: ${{ secrets.JWT_SECRET_KEY }}
MIDTRANS_SERVER_KEY: ${{ secrets.MIDTRANS_SERVER_KEY }}
Expand Down

0 comments on commit 6293696

Please sign in to comment.