This commit is contained in:
2015-12-04 11:27:34 +01:00
parent 73278685fb
commit af93dc0389
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
.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"