]> PHS Git Server - phs-stack.git/commitdiff
Adding TeamCity db.
authorcharleswrayjr <charleswrayjr@gmail.com>
Fri, 5 Sep 2025 00:14:15 +0000 (19:14 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Fri, 5 Sep 2025 00:14:15 +0000 (19:14 -0500)
setup-volumes.sh

index 16b6607353a2872ded38834553fcbe1c3c23863d..3b6ca54bff81bc27ce6545f12e01b5f58bba08d8 100755 (executable)
@@ -8,7 +8,7 @@ else
    cd volumes
    echo "Created volumes folder."
    echo "Getting all code..."
-   git clone ssh://charles@phasecustomsoft.com:2202 /opt/git/phs-api.git
-   git clone ssh://charles@phasecustomsoft.com:2202 /opt/git/phs-home.git
-   git clone ssh://charles@phasecustomsoft.com:2202 /opt/git/phs-admin.git
+   git clone ssh://git@phasecustomsoft.com:2202 /opt/git/phs-api.git
+   git clone ssh://git@phasecustomsoft.com:2202 /opt/git/phs-home.git
+   git clone ssh://git@phasecustomsoft.com:2202 /opt/git/phs-admin.git
 fi