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

10 lines
121 B
Makefile
Raw Normal View History

2022-01-08 19:40:32 +01:00
server:
hugo server -D
build:
2022-01-08 23:11:48 +01:00
rm -r public/
2022-01-08 19:40:32 +01:00
hugo
2022-01-08 23:11:48 +01:00
publish:
rsync -aP public/ lw1.at:/var/www/guides/ --delete-after