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

index 7384c0d071c792448744e6bfb9d71c209b0f21c1..16b6607353a2872ded38834553fcbe1c3c23863d 100755 (executable)
@@ -8,7 +8,7 @@ else
    cd volumes
    echo "Created volumes folder."
    echo "Getting all code..."
-   git clone ssh://charleswray@phasecustomsoft.com:2202 /opt/git/phs-api.git
-   git clone ssh://charleswray@phasecustomsoft.com:2202 /opt/git/phs-home.git
-#   git clone git@github.com:charleswrayjr/clr-employee.git
+   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
 fi