Update port
Some checks failed
Deploy / deploy (push) Failing after 11s

This commit is contained in:
Leonardo Murça 2025-06-04 22:10:38 -03:00
parent 54981dcd09
commit 4e374fcfd1

View file

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