Files
brachwise-cicd/node-pm2-ecosystem.config.js

13 lines
207 B
JavaScript
Raw Permalink Normal View History

2025-12-30 19:24:55 +00:00
module.exports = {
apps: [
{
name: "citycards-backend-Testing[9212]",
script: "npm",
args: "start",
env: {
PORT: 9212,
NODE_ENV: "production"
}
}
]
}