www.psychoinformatics.de/Makefile

7 lines
217 B
Makefile

build:
pelican --delete-output-directory --debug --fatal errors content -s publishconf.py
deploy: build
rsync --delete -Lrv output/ www@loki.psychoinformatics.de:srv/www.psychoinformatics.de/
.PHONY: build deploy