Add node-pm2-ecosystem-eg
This commit is contained in:
14
node-pm2-ecosystem-eg
Normal file
14
node-pm2-ecosystem-eg
Normal file
@@ -0,0 +1,14 @@
|
||||
ecosystem.config.js
|
||||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: "citycards-backend-Testing[9212]",
|
||||
script: "npm",
|
||||
args: "start",
|
||||
env: {
|
||||
PORT: 9212,
|
||||
NODE_ENV: "production"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user