added install command for makefile, to sync with the srv folder on the server
This commit is contained in:
parent
feabc20348
commit
58739fb782
1 changed files with 3 additions and 0 deletions
3
Makefile
3
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
|
||||
|
|
Loading…
Reference in a new issue