From 0deab84c3e65ef3b42e4a5a928b4b8df7ea6bebb Mon Sep 17 00:00:00 2001 From: Adam Olech Date: Sun, 24 Oct 2021 19:02:10 +0200 Subject: Add deploy stuff --- deploy.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 deploy.sh (limited to 'deploy.sh') 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 -- cgit v1.2.1