diff --git a/deploy.sh b/deploy.sh index 5c808b3..96e3a62 100755 --- a/deploy.sh +++ b/deploy.sh @@ -3,7 +3,7 @@ set -e # Check for the source server (with default) DEPLOY_SOURCE_FILE="~/.deploy_source" -DEPLOY_SOURCE="git.bjphoster.com" +DEPLOY_SOURCE="https://git.bjphoster.com/deployments" if [ -f "${DEPLOY_SOURCE_FILE}" ]; then . "${DEPLOY_SOURCE_FILE}" fi