hy/maintainer-scripts/deploy.sh

10 lines
191 B
Bash
Raw Normal View History

2013-03-12 01:21:07 +01:00
#!/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"