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"