From 801ef0e29714386bfc43230c88b6aba20a7d94c2 Mon Sep 17 00:00:00 2001 From: Skiz Date: Sun, 28 Jul 2024 14:45:50 -0400 Subject: Made update script --- update.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 update.sh (limited to 'update.sh') diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..7f93e17 --- /dev/null +++ b/update.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +hugo + +rsync -rtvzP public/ cheems@schizoid.party:/var/www/website/ -- cgit v1.2.3