Skip to content

Instantly share code, notes, and snippets.

@7iquid
Created June 19, 2023 09:17
Show Gist options
  • Save 7iquid/71688f303311d642f4e44fba0ccd8399 to your computer and use it in GitHub Desktop.
Save 7iquid/71688f303311d642f4e44fba0ccd8399 to your computer and use it in GitHub Desktop.

#run PM2 with env file set

-pm2 start npm --name Guardians -- dev --env DEVELOPMENT -pm2 start npm --name Guardians -- start --env STAGING -pm2 start npm --name Guardians -- start --env PRODUCTION

#monitor pm2 pm2 monit

-pm2 list -pm2 delete all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment