hy/maint-scripts/deploy.sh

6 lines
146 B
Bash
Raw Permalink Normal View History

2012-12-31 18:40:27 -05:00
#!/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"