Upload script now jsut pulls from local git repo

This commit is contained in:
Rob Pearce 2016-08-21 09:59:42 +10:00
parent 1ff28b5ef0
commit c61ca68d02
2 changed files with 1 additions and 3 deletions

2
todo
View File

@ -29,8 +29,6 @@ phone fixes as per http://www.html5rocks.com/en/mobile/touch/
https://www.smashingmagazine.com/2012/10/design-your-own-mobile-game/ https://www.smashingmagazine.com/2012/10/design-your-own-mobile-game/
*implement support for level-specific help text
custom thing chance ratios for each level custom thing chance ratios for each level
1: no llamas 1: no llamas
2: no llamas 2: no llamas

View File

@ -1,2 +1,2 @@
#!/bin/sh #!/bin/sh
scp -r cat.html images rob@slime:/var/www/slime.nethack.net/cat/catparade/ ssh rob@slime "cd /var/www/slime.nethack.net/cat/catparade && git pull"