From: charleswrayjr Date: Fri, 5 Sep 2025 00:06:10 +0000 (-0500) Subject: Adding TeamCity db. X-Git-Url: https://git.phasecustomsoft.com/?a=commitdiff_plain;h=24edea46872ae6d565d251abd693284df9607e70;p=phs-stack.git Adding TeamCity db. --- diff --git a/setup-volumes.sh b/setup-volumes.sh index 7384c0d..16b6607 100755 --- a/setup-volumes.sh +++ b/setup-volumes.sh @@ -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