Much more text.
This commit is contained in:
8
scripts/commit.sh
Executable file
8
scripts/commit.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd ~/www/meta/nohi
|
||||
|
||||
git commit -a
|
||||
|
||||
ssh webserverhost 'cd www/meta/nohi/scripts; ./hook_new.sh'
|
||||
|
||||
12
scripts/hook_new.sh
Executable file
12
scripts/hook_new.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd ~/prog/mege
|
||||
|
||||
git pull
|
||||
|
||||
|
||||
cd ~/www/meta/nohi
|
||||
|
||||
git pull
|
||||
git feed
|
||||
git restart
|
||||
Reference in New Issue
Block a user