Compare commits

..

2 Commits

2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -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',