summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgospeladlershof.de/build.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/gospeladlershof.de/build.sh b/gospeladlershof.de/build.sh
deleted file mode 100755
index a98ab9b..0000000
--- a/gospeladlershof.de/build.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-export PATH=$PATH:/usr/local/bin:/home/horus/bin
-export DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
-if [ ! -z $DIR ]; then
- cd $DIR && \
- rm -rf $DIR/public && \
- hugo --ignoreCache --log=true --logFile=../log/hugo.log --verbose=false 1>/dev/null
-else
- echo "Kann nicht den aktuellen Pfad ermitteln!" 1>&2
- exit 1
-fi