Changing repo in deploy scripts
This commit is contained in:
parent
ee70c11431
commit
9eb7747c45
|
|
@ -17,7 +17,7 @@ fi
|
|||
echo "Starting production deployment for cmc-sales..."
|
||||
echo "Setting variables..."
|
||||
SERVER="cmc"
|
||||
REPO="git@code.springupsoftware.com:cmc/cmc-sales.git"
|
||||
REPO="git@code.springupsoftware.com:springup/cmc-sales.git"
|
||||
BRANCH="master"
|
||||
PROD_DIR="cmc-sales-prod"
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ fi
|
|||
echo "Starting staging deployment for cmc-sales..."
|
||||
echo "Setting variables..."
|
||||
SERVER="cmc"
|
||||
REPO="git@code.springupsoftware.com:cmc/cmc-sales.git"
|
||||
REPO="git@code.springupsoftware.com:springup/cmc-sales.git"
|
||||
BRANCH="stg"
|
||||
STAGING_DIR="cmc-sales-staging"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue