recipes-on-the-radio/makefile
2021-10-20 19:59:16 +02:00

11 lines
176 B
Makefile

DEST := /var/www/ontheradio.recipes
REMOTE := vvvvvvaria.org
RSYNC := rsync -chavzP
SRC := .
SSH := ssh -t
all: publish
publish:
$(RSYNC) $(SRC) $(REMOTE):$(DEST)