Merge branch 'master' of https://git.logicloop.io/jaymehta/central-star-backend
Showing
3 changed files
with
7 additions
and
9 deletions
-
Please register or sign in to post a comment
git pull | ||
pm2 stop strapiapp | ||
pm2 start strapiapp | ||
pm2 stop centralstar_strapi | ||
pm2 start centralstar_strapi | ||
module.exports = { | ||
apps: [ | ||
{ | ||
name: 'strapiapp', | ||
name: 'centralstar_strapi', | ||
script: 'npm', | ||
args: 'start', | ||
instances : 7, | ||
exec_mode : "cluster", | ||
args: 'run start_prod', | ||
}, | ||
], | ||
}; | ||