Skip to content

Commit

Permalink
cmt
Browse files Browse the repository at this point in the history
  • Loading branch information
JUNIORCO committed Sep 4, 2024
1 parent b56eb98 commit 724beee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ jobs:
- name: Install Dependencies
run: npm install

# this is so that vercel can build the project
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}

# this is so that prisma/trigger.dev can read the .env file
- name: Pull Vercel Environment To .env
run: vercel env pull .env --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}

Expand Down
1 change: 1 addition & 0 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "rhel-openssl-3.0.x"]
}

datasource db {
Expand Down

0 comments on commit 724beee

Please sign in to comment.