Version info.
This commit is contained in:
8
Makefile
8
Makefile
@ -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/
|
||||
|
Reference in New Issue
Block a user