publish app mods
This commit is contained in:
parent
32a68b4457
commit
6ef952a168
2
pub.sh
2
pub.sh
|
@ -3,7 +3,7 @@ VER=`./getsvnrev.sh`
|
||||||
echo "<script language=\"php\">" >website/currentrev.php
|
echo "<script language=\"php\">" >website/currentrev.php
|
||||||
echo "echo \"$VER\"; " >>website/currentrev.php
|
echo "echo \"$VER\"; " >>website/currentrev.php
|
||||||
echo "</script>" >>website/currentrev.php
|
echo "</script>" >>website/currentrev.php
|
||||||
p scp RatCatcher-10.*.zip rob@spider:/var/www/html/ratcatcher.nethack.net/
|
scp RatCatcher-10.*.zip rob@spider:/var/www/html/ratcatcher.nethack.net/
|
||||||
cp data/map.dat website/
|
cp data/map.dat website/
|
||||||
cd website
|
cd website
|
||||||
svn commit -m "Published new app to web site"
|
svn commit -m "Published new app to web site"
|
||||||
|
|
Loading…
Reference in New Issue