Website for the get-scatter.com website
We are running digitalforge.codes with PM2. After each update you must run:
- Pull from github on the server: 'git pull origin master'
- yarn install && yarn build
- run "pm2 reload gs_run"
Setting up PM2
- Make sure that there is an "ecosystem.config.js" file, and .env, .env.dev, etc.
- In ecosystem.config.js you must define the correct start script
- "pm2 start ecosystem.config.js --only gs_run" will run the script as a daemon