summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2015-01-28 21:23:33 +0100
committerwartung <wartung@vm-staticweb.spline.inf.fu-berlin.de>2015-01-28 21:23:33 +0100
commit3716cdf9ba5ae6f6f2e184e338142ff089b314f7 (patch)
treed02a0b1dd0a3ac34df277448f4099625e7157406
parent5bec9ff93149c42eb9f53b74531a269cc953abaa (diff)
downloadhooks-3716cdf9ba5ae6f6f2e184e338142ff089b314f7.tar.gz
hooks-3716cdf9ba5ae6f6f2e184e338142ff089b314f7.tar.bz2
hooks-3716cdf9ba5ae6f6f2e184e338142ff089b314f7.zip
post-receive.cyrax-build: Use https everywhere.
-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