From 58739fb782a4510e2bce0d8df659208fcafbe02a Mon Sep 17 00:00:00 2001 From: Techno Duck Date: Tue, 18 Jul 2023 16:15:15 -0400 Subject: [PATCH] added install command for makefile, to sync with the srv folder on the server --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 52a670c..1e054d9 100644 --- a/Makefile +++ b/Makefile @@ -16,3 +16,6 @@ markdown: md2html bump: sed -Ei "s@^(siteupdated = ).*@\1`date +'%Y-%m-%d'`@" config.cfg + +install: + rsync -a --delete output/ pulse:/var/www/technoduck.me