1
Fork 0
blog/Makefile
2017-09-07 18:28:57 +02:00

12 lines
163 B
Makefile

SOURCE = /home/jer/git/fnordig.de/_site/
DEST = /var/www/sites/fnordig.de/
build:
cobalt build
serve:
cobalt watch
deploy: build
rsync -va $(SOURCE) $(DEST)