Fixing pm2 command args again...
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:41:20 +02:00
parent dc0af1a45d
commit 9f043738b4
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'], args: ['run', 'start:prod'],
}, },
], ],
deploy: { deploy: {