Skip to content

Instantly share code, notes, and snippets.

@koobitor
Created February 17, 2020 12:54
Show Gist options
  • Save koobitor/098ce1ddef976cb2ceb4eeae9089f845 to your computer and use it in GitHub Desktop.
Save koobitor/098ce1ddef976cb2ceb4eeae9089f845 to your computer and use it in GitHub Desktop.
git clone [email protected]:unicode-corporate/[project].git
cd [project]/app/
vi .env
npm i
pm2 list
cd /home/ubuntu/[project]/app
NODE_ENV=production pm2 start index.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment