From: charleswrayjr Date: Thu, 4 Sep 2025 09:36:45 +0000 (-0500) Subject: Moving Client to the right place. X-Git-Url: https://git.phasecustomsoft.com/stylesheets/static/git-logo.png?a=commitdiff_plain;h=8c9aca6fad25bf98007606f82505aea33403e7bb;p=phs-api.git Moving Client to the right place. --- diff --git a/src/controllers/git.controller.js b/src/controllers/git.controller.js index 32f0491..f0ef4bd 100644 --- a/src/controllers/git.controller.js +++ b/src/controllers/git.controller.js @@ -1,7 +1,7 @@ const fs = require('fs'); const { Client } = require('ssh2'); const sshConfig = { - host: 'localhost', + host: '10.8.0.1', port: 22, username: 'git', privateKey: fs.readFileSync('/home/git/.ssh/git-ui'),