正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -276,7 +276,7 @@ public function getRandInquiryText(Request $request){ | @@ -276,7 +276,7 @@ public function getRandInquiryText(Request $request){ | ||
| 276 | * @return string | 276 | * @return string | 
| 277 | */ | 277 | */ | 
| 278 | public function pullCode(Request $request){ | 278 | public function pullCode(Request $request){ | 
| 279 | - $command = "cd /www/wwwroot/globalso-v6-c-customer && ./pull_custom_code.sh"; | 279 | + $command = "cd /www/wwwroot/self_site && ./pull_custom_code.sh"; | 
| 280 | shell_exec($command); | 280 | shell_exec($command); | 
| 281 | return $this->success(); | 281 | return $this->success(); | 
| 282 | } | 282 | } | 
| @@ -5,7 +5,7 @@ date --date='0 days ago' "+%Y-%m-%d %H:%M:%S" | @@ -5,7 +5,7 @@ date --date='0 days ago' "+%Y-%m-%d %H:%M:%S" | ||
| 5 | 5 | ||
| 6 | #web站点存放路径 | 6 | #web站点存放路径 | 
| 7 | webPath="/www/wwwroot/" | 7 | webPath="/www/wwwroot/" | 
| 8 | -projectName="globalso-v6-c-customer" | 8 | +projectName="self_site" | 
| 9 | 9 | ||
| 10 | #git项目 | 10 | #git项目 | 
| 11 | gitHttp="http://47.244.231.31:8099/zhl/globalso-v6-c-customer.git" | 11 | gitHttp="http://47.244.231.31:8099/zhl/globalso-v6-c-customer.git" | 
- 
请 注册 或 登录 后发表评论