update git webhook
This commit is contained in:
parent
e5b632fbe9
commit
2c9a697a5f
|
@ -10,6 +10,6 @@ class GitWebHookController extends BaseApiController
|
||||||
public function pullDevBranch()
|
public function pullDevBranch()
|
||||||
{
|
{
|
||||||
$result = system("cd /opt/1panel/apps/openresty/openresty/www/sites/ceshi-pay.lihaink.cn/index && git pull", $result_code);
|
$result = 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]);
|
\think\facade\Log::info(['git pull dev branch result1', $result]);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue