small tweaks to meta stuff

This commit is contained in:
Paul R. Tagliamonte 2013-03-11 20:21:07 -04:00
parent 9f057e8c8f
commit 8e0ef85ec3
2 changed files with 9 additions and 1 deletions

9
maintainer-scripts/deploy.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
metatron() {
ssh metatron.pault.ag $@
}
metatron "cd /srv/www/uwsgi/app/hy; git pull"
metatron "cd /srv/www/uwsgi/app/hy/site; make"
metatron -l www "kill-apps; start-apps"

View File

@ -2,7 +2,6 @@ body, html {
height: 100%;
padding: 0px;
margin: 0px;
font-size: 1.1em;
}