Simplify makefile.
This commit is contained in:
parent
16f3c03f15
commit
c462e96136
4
Makefile
4
Makefile
@ -1,6 +1,4 @@
|
|||||||
.PHONY: upload
|
.PHONY: upload
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
# Es ist normal, daß am Ende die Meldung "Connection was closed" kommt!
|
rsync -r --exclude .git/ . doktorkraus.de:/var/www/bovender
|
||||||
rsync -r --exclude .git/ . doktorkraus.de:bovender
|
|
||||||
ssh -t doktorkraus.de "sudo cp -r bovender /var/www/; rm -rf bovender"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user