From 4dfb9aff5228da908161bb8e3ae3a177ad73a660 Mon Sep 17 00:00:00 2001 From: Paul Tagliamonte Date: Mon, 31 Dec 2012 18:40:27 -0500 Subject: [PATCH] deployish --- maint-scripts/deploy.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 maint-scripts/deploy.sh diff --git a/maint-scripts/deploy.sh b/maint-scripts/deploy.sh new file mode 100755 index 0000000..8ad2205 --- /dev/null +++ b/maint-scripts/deploy.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +echo "Pulling repo." +ssh metatron.pault.ag "cd /srv/www/uwsgi/app/hy; git pull" +ssh -l www metatron.pault.ag "kill-apps; start-apps"