Signed-off-by: QuentinN42 <quentin@lieumont.fr>
@ -2,8 +2,6 @@
# ARGUMENTS:
# $1: Website location
git pull
touch /tmp/site_gen_logs
tail -f /tmp/site_gen_logs | logger -t "rezelator" -s -p "error" &
@ -16,6 +14,8 @@ tail -f /tmp/site_gen_logs | logger -t "rezelator" -s -p "error" &
cd $(dirname $0)
echo "Generating website..."
make
echo "Deploying website to $1"