summaryrefslogtreecommitdiffstats
path: root/tozt/tozt/files/hugo-tozt
diff options
context:
space:
mode:
Diffstat (limited to 'tozt/tozt/files/hugo-tozt')
-rwxr-xr-xtozt/tozt/files/hugo-tozt9
1 files changed, 0 insertions, 9 deletions
diff --git a/tozt/tozt/files/hugo-tozt b/tozt/tozt/files/hugo-tozt
deleted file mode 100755
index 859656b..0000000
--- a/tozt/tozt/files/hugo-tozt
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env bash
-set -eu
-set -o pipefail
-
-cd ~/coding/tozt-hugo
-git pull
-git clean -dffx
-hugo
-rsync -av public/. ~/site