fixed default deployment source

This commit is contained in:
Bryan Joshua Pedini 2022-09-18 16:21:16 +02:00
parent 65643c00c5
commit 00f677e992
1 changed files with 1 additions and 1 deletions

View File

@ -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