adding ecosystem config file to post-deploy step
All checks were successful
ci/woodpecker/push/test-and-deploy Pipeline was successful

This commit is contained in:
Collin Duncan 2025-04-29 10:22:23 +02:00
parent be0a32c8eb
commit 543a8c4ada
No known key found for this signature in database

View file

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