Skip to content

Commit

Permalink
fixed yaml/git issue with prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
EricSvebakk authored Jul 11, 2024
1 parent 98e5f6b commit c8c0662
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
NEXT_PUBLIC_SANITY_DATASET = '${{ vars.NEXT_PUBLIC_SANITY_DATASET }}'
NEXT_PUBLIC_SANITY_PROJECT_ID = '${{ vars.NEXT_PUBLIC_SANITY_PROJECT_ID }}'
EOT
rm prisma/schema.prisma
git pull origin main
npm install
npx dotenv -e .env.production npx prisma db pull
Expand Down

0 comments on commit c8c0662

Please sign in to comment.