31.srpna
This commit is contained in:
8
katebartova/hooks/post-recieve
Executable file
8
katebartova/hooks/post-recieve
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
while read oldrev newrev refname; do
|
||||
if [[ $refname = refs/heads/Webovky]]; then
|
||||
ssh hiromi@192.168.5.5 ~/web/web/Webovky/katebartova/hooks_pull-$ ls
|
||||
pull_script.sh
|
||||
fi
|
||||
done
|
||||
Reference in New Issue
Block a user