From 31cbfb2798e76cb7b9a3d6c663e8de5f523e8e24 Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Fri, 6 Dec 2024 17:43:21 -0500 Subject: update webroot --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7a8853b..98d3c5a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ ### CHANGE ME ###################### DOMAIN = www.sacredheartsc.com URL = https://${DOMAIN} -RSYNC_TARGET = ${DOMAIN}:/usr/local/www/${DOMAIN} +RSYNC_TARGET = ${DOMAIN}:/usr/local/www/vhosts/${DOMAIN} FEED_TITLE = Cullum Smith's Blog FEED_DESCRIPTION = Blog of a unix wrangler, Gregorian chant and banjo enjoyer STATIC_REGEX = .*\.(html|css|jpg|jpeg|png|ico|xml|txt|asc|webmanifest) -- cgit v1.2.3