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

This commit is contained in:
Leonardo Murça 2025-06-04 20:33:27 -03:00
parent 9e30aab354
commit 083cef3abd

View file

@ -26,7 +26,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: 7017, PORT: 8001,
NODE_ENV: 'production', NODE_ENV: 'production',
}, },
}, },