fixed default deployment source
This commit is contained in:
parent
65643c00c5
commit
00f677e992
@ -3,7 +3,7 @@ set -e
|
|||||||
|
|
||||||
# Check for the source server (with default)
|
# Check for the source server (with default)
|
||||||
DEPLOY_SOURCE_FILE="~/.deploy_source"
|
DEPLOY_SOURCE_FILE="~/.deploy_source"
|
||||||
DEPLOY_SOURCE="git.bjphoster.com"
|
DEPLOY_SOURCE="https://git.bjphoster.com/deployments"
|
||||||
if [ -f "${DEPLOY_SOURCE_FILE}" ]; then
|
if [ -f "${DEPLOY_SOURCE_FILE}" ]; then
|
||||||
. "${DEPLOY_SOURCE_FILE}"
|
. "${DEPLOY_SOURCE_FILE}"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user