Simplify makefile.

This commit is contained in:
daniel 2016-09-10 09:41:26 +02:00
parent 16f3c03f15
commit c462e96136
1 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,4 @@
.PHONY: upload
upload:
# 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"
rsync -r --exclude .git/ . doktorkraus.de:/var/www/bovender