Skip to content

Commit

Permalink
Update build.yml to include prisma db push command
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkarimoff authored Feb 7, 2024
1 parent 05b93ed commit 2e9a214
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:

- name: Generate prisma client
run: pnpm prisma generate

- name: Push database schema to PlanetScale
run: pnpm prisma db push --accept-data-loss

- uses: actions/cache@v3
name: Setup next cache
Expand Down

0 comments on commit 2e9a214

Please sign in to comment.