This commit is contained in:
parent
8a4e8e639f
commit
a1ea1d0b1f
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ module.exports = {
|
|||
max_memory_restart: '1G',
|
||||
env: {
|
||||
NODE_ENV: 'production',
|
||||
PORT: 7280,
|
||||
PORT: '7280',
|
||||
},
|
||||
},
|
||||
],
|
||||
|
@ -27,7 +27,7 @@ module.exports = {
|
|||
'post-deploy':
|
||||
'npm run build && pm2 reload ecosystem.config.cjs --only embroidery-viewer --env production && pm2 save',
|
||||
env: {
|
||||
PORT: 7280,
|
||||
PORT: '7280',
|
||||
NODE_ENV: 'production',
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue