diff --git a/prd1.ecosystem.config.js b/prd1.ecosystem.config.js index 48174dda..6a85f59b 100644 --- a/prd1.ecosystem.config.js +++ b/prd1.ecosystem.config.js @@ -1,7 +1,7 @@ module.exports = { apps: [ { - name: 'qcast-front-production', + name: 'qcast-front-production-1', script: 'node_modules/next/dist/bin/next', instances: 1, exec_mode: 'fork', diff --git a/prd2.ecosystem.config.js b/prd2.ecosystem.config.js index e28a89d1..0083d8e3 100644 --- a/prd2.ecosystem.config.js +++ b/prd2.ecosystem.config.js @@ -1,7 +1,7 @@ module.exports = { apps: [ { - name: 'qcast-front-production', + name: 'qcast-front-production-2', script: 'node_modules/next/dist/bin/next', instances: 1, exec_mode: 'fork',