From 00f677e992e1b96c6353f5f11765e5faa18b47f4 Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Sun, 18 Sep 2022 16:21:16 +0200 Subject: [PATCH] fixed default deployment source --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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