module.exports = { apps: [ { name: 'autobaan', script: 'npm', args: 'run start', }, ], deploy: { production: { user: 'root', host: ['autobaan'], ref: 'origin/deploy_test', repo: 'https://fred.collinduncan.com/collin/autobaan.git', path: '/root/autobaan', 'post-deploy': 'npm install', }, }, }