From d1a88168cd7b5765f0722aa755175a34dfba193f Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Tue, 16 Jun 2020 18:33:45 -0400 Subject: Add deploy script --- deploy.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 deploy.sh (limited to 'deploy.sh') diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..5bcdc43 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +cd "$(dirname "$0")" +hugo +rsync -va --progress --rsync-path="/usr/bin/openrsync" public/ blog@lambda.cx:/var/www/htdocs/lambda.cx/blog -- cgit v1.2.3