Simplify makefile.
This commit is contained in:
4
Makefile
4
Makefile
@ -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
|
||||
|
Reference in New Issue
Block a user