Skip to content

Commit

Permalink
add prisma prod migration
Browse files Browse the repository at this point in the history
  • Loading branch information
SuzalShrestha committed Feb 5, 2025
1 parent 49f0e57 commit 79a2d6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
git checkout production
git pull origin production
npm install
npx prisma generate
npx prisma migrate deploy
npm run lint
npm run build
pm2 stop 0txt-prod || true
Expand Down

0 comments on commit 79a2d6f

Please sign in to comment.