Removing the website updater.

This commit is contained in:
Paul R. Tagliamonte 2013-04-12 23:16:20 -04:00
parent 49937cf66a
commit eb30c5857e

View File

@ -1,9 +0,0 @@
#!/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"