作者 李小龙

修改路径

@@ -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 }
1 #!/bin/bash 1 #!/bin/bash
2 - 2 +
3 #输出当前时间 3 #输出当前时间
4 date --date='0 days ago' "+%Y-%m-%d %H:%M:%S" 4 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"
@@ -34,4 +34,4 @@ function getProjectCode() @@ -34,4 +34,4 @@ function getProjectCode()
34 # #Git获取项目代码,执行composer更新 34 # #Git获取项目代码,执行composer更新
35 getProjectCode 35 getProjectCode
36 36
37 -exit  
  37 +exit