Skip to content

Commit

Permalink
Updated init.sh
Browse files Browse the repository at this point in the history
- added "pm2 save" to save config
  • Loading branch information
pdovhomilja committed Dec 16, 2023
1 parent dc17cf1 commit e058549
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,5 @@ echo "Starting the server..."
echo " Instance: https://$instance.nextcrm.online"
echo " Port: $port"
echo "------------------------------------------------------------------------------------------"
pm2 start npm --name "nextcrm-$instance" -- start -- --port $port
pm2 start npm --name "nextcrm-$instance" -- start -- --port $port
pm2 save

4 comments on commit e058549

@vercel
Copy link

@vercel vercel bot commented on e058549 Dec 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on e058549 Dec 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nextcrm-others – ./

nextcrm-others-git-main-e-osvc.vercel.app
others.nextcrm.io
nextcrm-others-e-osvc.vercel.app

@vercel
Copy link

@vercel vercel bot commented on e058549 Dec 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nextcrm-demo – ./

nextcrm-demo-git-main-e-osvc.vercel.app
nextcrm-demo-e-osvc.vercel.app
demo.nextcrm.io

@vercel
Copy link

@vercel vercel bot commented on e058549 Dec 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nextcrm-test – ./

nextcrm-test-e-osvc.vercel.app
nextcrm-test-git-main-e-osvc.vercel.app
test.nextcrm.io

Please sign in to comment.