mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-30 16:01:14 -04:00
fix: make pm2 name match deployment env (#46035)
This commit is contained in:
committed by
GitHub
parent
f64ddd7bda
commit
1c8a0778a1
@@ -14,7 +14,7 @@ module.exports = {
|
||||
max_memory_restart: '600M',
|
||||
instances: 'max',
|
||||
exec_mode: 'cluster',
|
||||
name: 'org'
|
||||
name: env.DEPLOYMENT_ENV === 'staging' ? 'dev' : 'org'
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user