added install command for makefile, to sync with the srv folder on the server

This commit is contained in:
Techno Duck 2023-07-18 16:15:15 -04:00
parent feabc20348
commit 58739fb782

View file

@ -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