summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-02-05 14:03:53 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2017-02-05 14:03:53 +0100
commitcb349a7023c7cf197dac6f7046bcdf26a2286496 (patch)
tree622b7d776ff3641c351d18a33e7ee7f8278e6eb6 /build.sh
parentb7b99ab942e2521553dfdb070c4b0abd88d12e71 (diff)
downloadwww-andreasbaumann-cc-cb349a7023c7cf197dac6f7046bcdf26a2286496.tar.gz
www-andreasbaumann-cc-cb349a7023c7cf197dac6f7046bcdf26a2286496.tar.bz2
some final fixes and redirects in production
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.sh b/build.sh
new file mode 100755
index 0000000..99dfb5c
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+rm -rf public
+~/go/bin/hugo -v -b http://www.andreasbaumann.cc
+