diff --git a/apps/next-app/deploy.sh b/apps/next-app/deploy.sh index f4233c6..6bdddf6 100644 --- a/apps/next-app/deploy.sh +++ b/apps/next-app/deploy.sh @@ -6,5 +6,5 @@ cd /home/ubuntu/my-turborepo git pull origin main npm install npm run build -pm2 stop next +pm2 stop NextApp pm2 start ecosystem.config.js \ No newline at end of file