Skip to content

Commit

Permalink
Update deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
salimi-my committed Nov 25, 2023
1 parent 69ffcd5 commit 373cc40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ git pull origin master
echo "New changes copied to server!"

echo "Installing Dependencies..."
pnpm install
npm install --yes

echo "Creating Production Build..."
pnpm run build
npm run build

echo "PM2 Restart"
pm2 restart www.salimi.my
Expand Down

0 comments on commit 373cc40

Please sign in to comment.