标签: php github
通过php的github webhook:
$cmd = "eval `ssh-agent -s` && ssh-add && cd $target && git pull 2>&1"; $res = shell_exec($cmd);
没有错误,但是没有工作!