12 lines
137 B
Bash
Executable File
12 lines
137 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd ~/www/meta/nohi
|
|
|
|
git commit -a
|
|
|
|
git push
|
|
|
|
ssh webserverhost 'cd www/meta/nohi/scripts; ./hook_new.sh'
|
|
|
|
mege feed restart
|