From 3716cdf9ba5ae6f6f2e184e338142ff089b314f7 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 28 Jan 2015 21:23:33 +0100 Subject: post-receive.cyrax-build: Use https everywhere. --- post-receive.cyrax-build | 4 ++-- 1 file 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 -- cgit v1.2.3-1-g7c22