More mods to publishing script
This commit is contained in:
parent
b8cd2eceab
commit
226bb32afe
4
pub.sh
4
pub.sh
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
scp RatCatcher-10.*.zip rob@spider:/var/www/html/ratcatcher.nethack.net/
|
|
||||||
echo "<script language=\"php\">" >website/currentrev.php
|
echo "<script language=\"php\">" >website/currentrev.php
|
||||||
./getsvnrev.sh >>website/currentrev.php
|
./getsvnrev.sh >>website/currentrev.php
|
||||||
echo "</script>" >>website/currentrev.php
|
echo "</script>" >>website/currentrev.php
|
||||||
|
scp RatCatcher-10.*.zip rob@spider:/var/www/html/ratcatcher.nethack.net/
|
||||||
|
cd website
|
||||||
|
svn commit -m "Published new app to web site"
|
||||||
|
|
Loading…
Reference in New Issue