fixed
This commit is contained in:
parent
592359f7bd
commit
ebba5816ba
|
@ -10,6 +10,6 @@ class GitWebHookController extends BaseApiController
|
||||||
public function pullDevBranch()
|
public function pullDevBranch()
|
||||||
{
|
{
|
||||||
$result = shell_exec("cd /opt/1panel/apps/openresty/openresty/www/sites/ceshi-pay.lihaink.cn/index && git pull");
|
$result = shell_exec("cd /opt/1panel/apps/openresty/openresty/www/sites/ceshi-pay.lihaink.cn/index && git pull");
|
||||||
\think\facade\Log::info(['git pull dev branch result1', $result]);
|
\think\facade\Log::info(['git pull dev branch result', $result]);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue