From 3feb091fc16b8f823b3c64964afe8c0c790b4ae1 Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Fri, 3 Jul 2020 15:32:37 -0400 Subject: Add deploy script --- deploy.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 deploy.sh (limited to 'deploy.sh') diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..50e8fc1 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +cd "$(dirname "$0")" +rsync -va --progress --delete --rsync-path="/usr/bin/openrsync" public/ blog@lambda.cx:/var/www/htdocs/lambda.cx/ -- cgit v1.2.3