This commit is contained in:
Andy Bunce 2012-09-09 22:20:05 +01:00
parent bfd2f26579
commit 2088ccd269
20 changed files with 1167 additions and 3 deletions

3
build/deploy Executable file
View file

@ -0,0 +1,3 @@
#/bin/sh
cp -r src/* /home/andy/usr/basex/webapp/
echo copied to /home/andy/usr/basex/webapp/

4
build/deploy-remote Executable file
View file

@ -0,0 +1,4 @@
rsync --verbose --progress --stats --compress \
--recursive --times --perms --links --delete \
src/* basex@velvet:~/webapp