From c748948dc6516886a5f902c7be45b4b1ce974cd4 Mon Sep 17 00:00:00 2001 From: Jordan Atwood Date: Wed, 13 Apr 2022 20:52:41 -0700 Subject: [PATCH] Add deploy script --- deploy.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 deploy.sh diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..d4714e0 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +rm -rf public/* +hugo +rsync -ruP --rsync-path='sudo rsync' public/ nightfirec.at:/var/www/html/hugo/