+2
-2
@@ -20,7 +20,7 @@ module.exports = {
|
||||
repo: 'https://github.com/SrJuggernaut/entgamers_pro',
|
||||
path: process.env.DEPLOY_PATH,
|
||||
'pre-deploy': 'npm install && npm run build',
|
||||
'post-deploy': 'sudo pm2 startOrRestart ecosystem.config.js',
|
||||
'post-deploy': 'pm2 startOrRestart ecosystem.config.js',
|
||||
env: {
|
||||
APP_NAME: process.env.APP_NAME,
|
||||
PORT: process.env.PORT,
|
||||
@@ -35,7 +35,7 @@ module.exports = {
|
||||
repo: 'https://github.com/SrJuggernaut/entgamers_pro',
|
||||
path: process.env.DEPLOY_PATH,
|
||||
'pre-deploy': 'npm install && npm run build',
|
||||
'post-deploy': 'sudo pm2 startOrRestart ecosystem.config.js',
|
||||
'post-deploy': 'pm2 startOrRestart ecosystem.config.js',
|
||||
env: {
|
||||
APP_NAME: process.env.APP_NAME,
|
||||
PORT: process.env.PORT,
|
||||
|
||||
Reference in New Issue
Block a user