hy/maint-scripts/deploy.sh

6 lines
146 B
Bash
Raw Normal View History

2013-01-01 00:40:27 +01: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"