From 18c47cca2cc3ad32698d5527d51fdc0b3d28fe4b Mon Sep 17 00:00:00 2001 From: yoosangwook Date: Wed, 28 May 2025 18:53:43 +0900 Subject: [PATCH] Update ecosystem configuration files to differentiate production instances with unique names --- prd1.ecosystem.config.js | 2 +- prd2.ecosystem.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',