summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh
new file mode 100755
index 0000000..7e5b0f5
--- /dev/null
+++ b/deploy.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+hugo && rsync -rvz -e 'ssh -p 22' --rsync-path="sudo rsync" --delete public/ adam@aole.ch:/var/www/aole.ch