diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e7e3002 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.hugo_build.lock +public diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..7a5ff9f --- /dev/null +++ b/deploy.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +set -eux + +hugo +rsync -r public/* kindrobot@tilde.town:public_html