Skip to content

Commit

Permalink
Database Shifted to Oracle Server
Browse files Browse the repository at this point in the history
  • Loading branch information
piercing-wind committed Aug 15, 2024
1 parent 11911ec commit bef6063
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
run: cd /home/ubuntu/actions-runner/_work/ai_flavoured/ai_flavoured

- name: Prisma Migration Deploy
run: npx run prisma generate
- run: npx run prisma migrate deploy
run: npx prisma generate
- run: npx prisma migrate deploy

- name: Install PM2
run: npm install pm2 -g
- run: pm2 restart 0
Expand Down

0 comments on commit bef6063

Please sign in to comment.