From: charleswrayjr Date: Thu, 4 Sep 2025 08:02:03 +0000 (-0500) Subject: Adding necessary api files. X-Git-Url: https://git.phasecustomsoft.com/static/css/%7B?a=commitdiff_plain;h=36d6bb0a53edc24c3dd9e6abc30f603591e20c25;p=phs-api.git Adding necessary api files. --- diff --git a/src/controllers/git.controller.js b/src/controllers/git.controller.js index df12bae..1937462 100644 --- a/src/controllers/git.controller.js +++ b/src/controllers/git.controller.js @@ -3,7 +3,7 @@ const sshConfig = { host: 'localhost', port: 22, username: 'git', - // privateKey: fs.readFileSync('/home/git/.ssh/git-ui'), + privateKey: fs.readFileSync('/home/git/.ssh/git-ui'), }; module.exports = {