diff --git a/ecosystem.config.js b/ecosystem.config.js index abf999e..8b2e032 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -9,9 +9,9 @@ module.exports = { deploy: { production: { user: 'root', - host: ['192.168.3.170'], + host: ['autobaan'], ref: 'origin/main', - repo: 'https@fred.collinduncan.com/collin/autobaan.git', + repo: 'https://fred.collinduncan.com/collin/autobaan.git', path: '/root/autobaan', 'post-deploy': 'npm install', },