updating pm2 ecosystem config
All checks were successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
Collin Duncan 2025-04-28 13:54:37 +02:00
parent 0ac1644eb1
commit 93bcc887b9
No known key found for this signature in database

View file

@ -9,9 +9,9 @@ module.exports = {
deploy: { deploy: {
production: { production: {
user: 'root', user: 'root',
host: ['192.168.3.170'], host: ['autobaan'],
ref: 'origin/main', ref: 'origin/main',
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', 'post-deploy': 'npm install',
}, },