From f9bec397d7591490e7f1ebfbccc3ae7cc9357829 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Mon, 27 Dec 2021 15:34:47 +0100 Subject: [PATCH] Add deploy script --- README.md | 3 ++- deploy | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100755 deploy diff --git a/README.md b/README.md index e25cf01..5493d94 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ -# johannes-rothe.de +# Deploy +Run `./deploy`. diff --git a/deploy b/deploy new file mode 100755 index 0000000..b5e739b --- /dev/null +++ b/deploy @@ -0,0 +1,2 @@ +#!/bin/sh +hugo && rsync -avz --delete public/ base:/var/www/html/johannes-rothe.de/