7 lines
105 B
Makefile
7 lines
105 B
Makefile
|
build:
|
||
|
rm -rf public/*
|
||
|
hugo
|
||
|
|
||
|
sync: build
|
||
|
rsync --delete -vrz ./public/ 44203.server-1:/srv/44203.net/
|