Skip to content

Commit

Permalink
deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sheninthjr committed Nov 6, 2023
1 parent 12168fa commit 04c97a9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/prisma/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@ export PATH=$PATH:/home/ubuntu/.nvm/versions/node/v20.5.1/bin

cd /home/ubuntu/Automatic-Question-Generator
git pull origin master
yarn install
yarn build
pm2 stop express
pm2 start npm --name "express" -- run "start:express"
yarn start:express

0 comments on commit 04c97a9

Please sign in to comment.