update git webhook
This commit is contained in:
parent
be574ad5bb
commit
9d4e708b90
|
@ -9,6 +9,6 @@ class GitWebHookController extends BaseLikeAdminController
|
||||||
public function pullDevBranch()
|
public function pullDevBranch()
|
||||||
{
|
{
|
||||||
system("cd /opt/1panel/apps/openresty/openresty/www/sites/ceshi-pay.lihaink.cn/index && git pull", $result_code);
|
system("cd /opt/1panel/apps/openresty/openresty/www/sites/ceshi-pay.lihaink.cn/index && git pull", $result_code);
|
||||||
Log::info(['git pull dev branch result', $result_code]);
|
\think\facade\Log::info(['git pull dev branch result', $result_code]);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue