Adding in the mant thinger.

This commit is contained in:
Paul Tagliamonte 2013-04-15 08:37:25 -04:00
parent 9d913e92af
commit 1295369ed8
1 changed files with 15 additions and 0 deletions

15
maintainer-scripts/update.sh Executable file
View File

@ -0,0 +1,15 @@
#!/bin/bash
function metatron {
ssh metatron.pault.ag $@
}
function www {
metatron -l www $@
}
metatron "cd /opt/hylang/hy; git pull"
metatron "cd /srv/www/uwsgi/app/shyte; git pull; make"
www "kill-apps"
www "start-apps"