Version info.

This commit is contained in:
2017-02-23 16:56:14 +01:00
parent b7246ca0ed
commit 65b2da1071
2 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,12 @@
SHELL=/bin/bash
.PHONY=all help release upload website versioninfo
.PHONY=all help upload website versioninfo
help:
# Available targets:
# website - update website on server
# versioninfo - create versioninfo file for the current release
# upload - upload release files to server
# release - all of the above
# all - all of the above
all: versioninfo upload website
#
@ -23,7 +23,7 @@ versioninfo:
mv www/versioninfo.tmp www/versioninfo.txt
upload:
rsync -ruvz --progress deploy/releases/* doktorkraus.de:/var/www/html/zaareloaded/downloads/
rsync -ruvz --progress deploy/releases/* bovender.de:/var/www/html/zaareloaded/downloads/
website:
rsync -ruvz www/ doktorkraus.de:/var/www/html/zaareloaded/
rsync -ruvz www/ bovender.de:/var/www/html/zaareloaded/