summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpost-receive.cyrax-build1
1 files changed, 1 insertions, 0 deletions
diff --git a/post-receive.cyrax-build b/post-receive.cyrax-build
index 376d799..00da0c9 100755
--- a/post-receive.cyrax-build
+++ b/post-receive.cyrax-build
@@ -30,6 +30,7 @@ while read old new ref ; do
# customize url in settings.cfg
test "${BRANCH}" = "master" || sed -i "s%^url: .*$%url: ${URL}%" "${TMP_DIR}/settings.cfg"
+ echo "Seite wird neu generiert ..."
# build website
. /home/wartung/cyrax_env/bin/activate
mkdir -p "${TARGET_TMP_DIR}"