]> PHS Git Server - phs-api.git/commitdiff
Testing cloning path.
authorcharleswrayjr <charleswrayjr@gmail.com>
Sat, 6 Sep 2025 00:09:28 +0000 (19:09 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Sat, 6 Sep 2025 00:09:28 +0000 (19:09 -0500)
.idea/material_theme_project_new.xml
src/controllers/git.controller.js

index af802c96fef20d8fd5f46487eaa930b146eb4e83..80aba9a764616cc6629bcb811d89f546ae4eeaa8 100755 (executable)
@@ -10,9 +10,7 @@
       </MTProjectMetadataState>
     </option>
     <option name="titleBarState">
-      <MTProjectTitleBarConfigState>
-        <option name="overrideColor" value="false" />
-      </MTProjectTitleBarConfigState>
+      <MTProjectTitleBarConfigState />
     </option>
   </component>
 </project>
\ No newline at end of file
index 84fe2916702611928a372e738ea3eaf07e966065..70d28da925ce52303f4e857278936e5982ca3c4c 100755 (executable)
@@ -101,6 +101,7 @@ module.exports = {
 
     const conn = new Client();
     conn.on( 'ready', () => {
+      console.log('ready');
       const commands = [`mkdir -p ${ deployPath }`, `chown ${ user }:${ user } ${ deployPath }`, `su - ${ user } -c "cd ${ deployPath } && git clone ${ user }@localhost:/opt/git/${ repoName }.git ."`,];
       console.log(commands);
       console.log([...commands].join( ' && ' ));