Skip to content

Commit

Permalink
[FIX] after-deploy.sh 에서 sudo 지우기
Browse files Browse the repository at this point in the history
  • Loading branch information
leGit-y committed Nov 15, 2023
1 parent b289aab commit 1249904
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/after-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ REPOSITORY=/home/ubuntu/build

cd $REPOSITORY

sudo yarn
yarn

sudo npx prisma db pull
sudo npx prisma generate
npx prisma db pull
npx prisma generate

sudo pm2 start dist
pm2 start dist

0 comments on commit 1249904

Please sign in to comment.