diff --git a/maintainer-scripts/deploy.sh b/maintainer-scripts/deploy.sh deleted file mode 100755 index 3ee27cc..0000000 --- a/maintainer-scripts/deploy.sh +++ /dev/null @@ -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"