git WebHooks 简单的同步脚本
01.06 PHP 评论

// 接收POST过来的信息 $json = file_get_contents('php://input'); $data = json_decode($json, true); // 你的项目路径 $paths = [ 'master' =>  ...