update git webhook

This commit is contained in:
chenbo 2023-11-20 13:49:09 +08:00
parent ac6f81cbe2
commit 5044137518
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ class GitWebHookController extends BaseApiController
public function pullDevBranch()
{
system("cd /opt/1panel/apps/openresty/openresty/www/sites/ceshi-pay.lihaink.cn/index && git pull", $result_code);
\think\facade\Log::info(['git pull dev branch result', $result_code]);
\think\facade\Log::info(['git pull dev branch result11', $result_code]);
}
}