using name argument
Some checks failed
ci/woodpecker/push/test-and-deploy Pipeline failed

This commit is contained in:
Collin Duncan 2025-04-29 09:56:19 +02:00
parent 21495eea58
commit be0a32c8eb
No known key found for this signature in database

View file

@ -13,7 +13,7 @@ module.exports = {
ref: 'origin/deploy_test', ref: 'origin/deploy_test',
repo: 'https://fred.collinduncan.com/collin/autobaan.git', repo: 'https://fred.collinduncan.com/collin/autobaan.git',
path: '/root/autobaan', path: '/root/autobaan',
'post-deploy': 'npm install && pm2 startOrRestart autobaan', 'post-deploy': 'npm install && pm2 startOrRestart --name autobaan',
}, },
}, },
} }