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

This commit is contained in:
Leonardo Murça 2025-06-04 21:32:07 -03:00
parent 8515afc0b9
commit 8a4e8e639f

View file

@ -11,7 +11,7 @@ module.exports = {
max_memory_restart: '1G', max_memory_restart: '1G',
env: { env: {
NODE_ENV: 'production', NODE_ENV: 'production',
PORT: 8001, PORT: 7280,
}, },
}, },
], ],
@ -27,7 +27,7 @@ module.exports = {
'post-deploy': 'post-deploy':
'npm run build && pm2 reload ecosystem.config.cjs --only embroidery-viewer --env production && pm2 save', 'npm run build && pm2 reload ecosystem.config.cjs --only embroidery-viewer --env production && pm2 save',
env: { env: {
PORT: 8001, PORT: 7280,
NODE_ENV: 'production', NODE_ENV: 'production',
}, },
}, },