PATH:
usr
/
local
/
lib
/
node_modules
/
pm2
/
lib
/
templates
module.exports = { apps : [{ name: 'API', script: 'app.js', // Options reference: https://pm2.keymetrics.io/docs/usage/application-declaration/ args: 'one two', instances: 1, autorestart: true, watch: false, max_memory_restart: '1G', env: { NODE_ENV: 'development' }, env_production: { NODE_ENV: 'production' } }], deploy : { production : { user : 'node', host : '212.83.163.1', ref : 'origin/master', repo : 'git@github.com:repo.git', path : '/var/www/production', 'post-deploy' : 'npm install && pm2 reload ecosystem.config.js --env production' } } };
[-] ecosystem.tpl
[edit]
[+]
Dockerfiles
[+]
..
[+]
logrotate.d
[+]
sample-apps
[-] ecosystem-simple.tpl
[edit]
[+]
init-scripts