hy/maintainer-scripts/deploy.sh
2013-03-11 20:21:07 -04:00

10 lines
191 B
Bash
Executable File

#!/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"