Skip to content

Commit

Permalink
Added database url 🚩
Browse files Browse the repository at this point in the history
  • Loading branch information
HeeManSu committed Jul 7, 2024
1 parent 3e99720 commit 5effa5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: npm run prisma:generate

- name: Migrate database
env:
DATABASE_URL: postgresql://root:password@localhost:5432/mango
run: npx prisma migrate deploy

test:
Expand Down

0 comments on commit 5effa5c

Please sign in to comment.