bovender/Makefile

7 lines
222 B
Makefile
Raw Normal View History

.PHONY: upload
upload:
2015-12-04 10:27:34 +00:00
# Es ist normal, daß am Ende die Meldung "Connection was closed" kommt!
rsync -r --exclude .git/ . doktorkraus.de:bovender
ssh -t doktorkraus.de "sudo cp -r bovender /var/www/; rm -rf bovender"