diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..cb7485d --- /dev/null +++ b/build.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +set -e + +GOMAXPROCS=1 hugo --cacheDir /tmp/hugo_kindrobot diff --git a/deploy.sh b/deploy.sh index 7a5ff9f..fa876f0 100755 --- a/deploy.sh +++ b/deploy.sh @@ -2,5 +2,5 @@ set -eux -hugo +./build.sh rsync -r public/* kindrobot@tilde.town:public_html