Skip to content

Commit

Permalink
Remove pm2 from Deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sheninthjr committed Nov 6, 2023
1 parent 68febde commit f53cf48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/prisma/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ export PATH=$PATH:/home/ubuntu/.nvm/versions/node/v20.5.1/bin
cd /home/ubuntu/Automatic-Question-Generator
git pull origin master
yarn build
pm2 stop express
pm2 start npm --name "express" -- run "start:express"
npm --name "express" -- run "start:express"

0 comments on commit f53cf48

Please sign in to comment.