cosin-fahrplan/Makefile

11 lines
261 B
Makefile
Raw Permalink Normal View History

2024-04-07 00:57:09 +02:00
OUTPUT_DIR = .
SSH_HOST = fahrplan.cosin.ch
SSH_USER = webcosin
TARGET_DIR = /srv/www/fahrplan.cosin.ch/fahrplan/
.PHONY: upload
upload:
rsync --rsh=ssh -P -rvzc --cvs-exclude --delete --exclude=Makefile $(OUTPUT_DIR)/ $(SSH_USER)@$(SSH_HOST):$(TARGET_DIR)