github webhook через php:
$cmd = "eval `ssh-agent -s` && ssh-add && cd $target && git pull 2>&1"; $res = shell_exec($cmd);
Нет ошибки, но нет работы!