Merge branch 'master' of github.com:paultag/hy
This commit is contained in:
commit
1bcce13e1d
15
maintainer-scripts/update.sh
Executable file
15
maintainer-scripts/update.sh
Executable file
@ -0,0 +1,15 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
function metatron {
|
||||||
|
ssh metatron.pault.ag $@
|
||||||
|
}
|
||||||
|
|
||||||
|
function www {
|
||||||
|
metatron -l www $@
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
metatron "cd /opt/hylang/hy; git pull"
|
||||||
|
metatron "cd /srv/www/uwsgi/app/shyte; git pull; make"
|
||||||
|
www "kill-apps"
|
||||||
|
www "start-apps"
|
Loading…
Reference in New Issue
Block a user