Skip to content

Commit

Permalink
fix: add npx prisma generate
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimcheolhui committed Nov 30, 2024
1 parent 248ea0d commit 127e203
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 @@ -26,6 +26,7 @@ jobs:
cd ~/find-it-be
git pull origin main
npm install
npx prisma generate
npx prisma migrate deploy
npm run build
pm2 restart all
Expand Down

0 comments on commit 127e203

Please sign in to comment.