8 lines
114 B
Bash
Executable File
8 lines
114 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd ~/www/meta/nohi
|
|
|
|
git commit -a
|
|
git push
|
|
ssh webserverhost 'cd www/meta/nohi/scripts; ./hook_new.sh'
|