Hooksdeleted

This commit is contained in:
Hiromi
2023-08-31 12:10:04 +02:00
parent 746b21dc46
commit f9fb1168f1

View File

@@ -1,8 +0,0 @@
#!/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