Adding in the mant thinger.
This commit is contained in:
parent
9d913e92af
commit
1295369ed8
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…
x
Reference in New Issue
Block a user