summaryrefslogtreecommitdiffstats
path: root/mksite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mksite.sh')
-rwxr-xr-xmksite.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/mksite.sh b/mksite.sh
new file mode 100755
index 0000000..24aa43e
--- /dev/null
+++ b/mksite.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+./generate.py
+tar -caf site.tgz -C output .
+scp site.tgz erebus.the-tk.com:
+ssh -t erebus.the-tk.com webtools/updateweb.sh