chore: ecosystem.config.js 수정 - args 추가 및 env 지정
This commit is contained in:
parent
2531a41a8a
commit
44080b5807
@ -3,8 +3,13 @@ module.exports = {
|
||||
{
|
||||
name: 'on-site-survey',
|
||||
script: 'node_modules/next/dist/bin/next',
|
||||
args: 'start',
|
||||
instances: 2,
|
||||
exec_mode: 'cluster',
|
||||
env_file: '.env.production',
|
||||
env: {
|
||||
NODE_ENV: 'production',
|
||||
},
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user