Skip to content

Commit

Permalink
changed deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
monis07 committed Sep 13, 2024
1 parent d4760f7 commit 074a85a
Show file tree
Hide file tree
Showing 3 changed files with 1,132 additions and 66 deletions.
5 changes: 3 additions & 2 deletions apps/next-app/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ cd /home/ubuntu/my-turborepo
git pull origin main
npm install
npm run build
pm2 stop next
pm2 start --name "next" -- run "start-next"
cd apps/next-app
npm run build
npm run start
Loading

0 comments on commit 074a85a

Please sign in to comment.