adding ecosystem config file to post-deploy step
All checks were successful
ci/woodpecker/push/test-and-deploy Pipeline was successful
All checks were successful
ci/woodpecker/push/test-and-deploy Pipeline was successful
This commit is contained in:
parent
be0a32c8eb
commit
543a8c4ada
1 changed files with 2 additions and 1 deletions
|
|
@ -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',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue