Create Makefile for easy upload to server.

This commit is contained in:
Daniel Kraus 2015-10-06 10:45:16 +02:00
parent 1ca0d3cfa7
commit 73278685fb
1 changed files with 5 additions and 0 deletions

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
.PHONY: upload
upload:
rsync -r --exclude .git/ . doktorkraus.de:bovender
ssh -t doktorkraus.de "sudo cp -r bovender /var/www/; rm -rf bovender"