Fixing pm2 command args
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
collin 2026-06-23 13:19:31 +02:00
parent cc9fbc4cdc
commit dc0af1a45d
No known key found for this signature in database

View file

@ -3,7 +3,7 @@ module.exports = {
{ {
name: 'autobaan', name: 'autobaan',
script: 'npm', script: 'npm',
arguments: ['start', 'prod'], arguments: ['start:prod'],
}, },
], ],
deploy: { deploy: {