summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpost-receive.cyrax-build4
1 files changed, 2 insertions, 2 deletions
diff --git a/post-receive.cyrax-build b/post-receive.cyrax-build
index 48cc6a5..d4ae3f2 100755
--- a/post-receive.cyrax-build
+++ b/post-receive.cyrax-build
@@ -7,11 +7,11 @@ while read old new ref ; do
if [ "$BRANCH" = "master" ]; then
TARGET_DIR="${WEB_BASE}/www.spline.de/htdocs/"
- URL="http://www.spline.de/"
+ URL="https://www.spline.de/"
RELATIVE=""
else
TARGET_DIR="${WEB_BASE}/branches.spline.de/htdocs/"
- URL="http://spline.de/_branch/${BRANCH}/"
+ URL="https://spline.de/_branch/${BRANCH}/"
RELATIVE="${BRANCH}"
if [ "${new}" = "0000000000000000000000000000000000000000" ]; then