From eb30c5857e07c24c0fca75874684258ed03d94f7 Mon Sep 17 00:00:00 2001 From: "Paul R. Tagliamonte" Date: Fri, 12 Apr 2013 23:16:20 -0400 Subject: [PATCH] Removing the website updater. --- maintainer-scripts/deploy.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 maintainer-scripts/deploy.sh 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"