From 59260c4f7a265f1ad4db9e0ee5e469132cdef094 Mon Sep 17 00:00:00 2001 From: Matt Kosarek Date: Wed, 18 Feb 2026 17:03:06 -0500 Subject: minor: publishing from public with a Makefile instead of having everything at the toplevel --- upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upload.sh') diff --git a/upload.sh b/upload.sh index 437402c..bd7ff87 100755 --- a/upload.sh +++ b/upload.sh @@ -1 +1 @@ -rsync -a ./ root@matthewkosarek.xyz:/var/www/matthewkosarek +rsync -a ./public/ root@matthewkosarek.xyz:/var/www/matthewkosarek -- cgit v1.2.1