1
0
Fork 0
mirror of https://github.com/Findus23/guides.git synced 2024-09-19 16:03:51 +02:00
guides/Makefile

9 lines
120 B
Makefile

server:
./hugo server -D
build:
rm -fr public/
./hugo
publish:
rsync -aP public/ lw1.at:/var/www/guides/ --delete