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

index 3b6ca54bff81bc27ce6545f12e01b5f58bba08d8..8162e353af0693b65b8cf38a7b13a998e1d3e3e8 100755 (executable)
@@ -8,7 +8,7 @@ else
    cd volumes
    echo "Created volumes folder."
    echo "Getting all code..."
-   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
+   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