From 477de87b6f9f125a7b77a5c023d70ad55f30a99f Mon Sep 17 00:00:00 2001 From: Skiz Date: Mon, 2 Sep 2024 16:15:16 -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..90bc619 --- /dev/null +++ b/update.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +hugo + +rsync -rtvzP public/ cheems@schizoid.party:/var/www/ill/ -- cgit v1.2.3