Skip to content

Commit

Permalink
Merge pull request #14 from MagnunAVF/fix/set-correct-prisma-client
Browse files Browse the repository at this point in the history
fix: set correct prisma client
  • Loading branch information
MagnunAVF authored Sep 20, 2024
2 parents 4a56577 + 9d1e1d5 commit c814d55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
echo 'ENV=hml' > .env
echo 'DATABASE_URL="${{ secrets.DATABASE_URL }}"' >> .env
- name: Generate Prisma Client
run: |
cd api
npx --yes prisma generate
- name: Build the project
run: |
cd api
Expand Down
1 change: 1 addition & 0 deletions api/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "rhel-openssl-3.0.x"]
}

datasource db {
Expand Down

0 comments on commit c814d55

Please sign in to comment.