From c462e961366cdab7593e6c223b4ec910a80afb10 Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Sat, 10 Sep 2016 09:41:26 +0200 Subject: [PATCH] Simplify makefile. --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5b8a463..a8380fd 100644 --- a/Makefile +++ b/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