作者 李小龙

更新完后赋权限

@@ -28,6 +28,7 @@ function getProjectCode() @@ -28,6 +28,7 @@ function getProjectCode()
28 git checkout . 28 git checkout .
29 git pull 29 git pull
30 composer update --ignore-platform-reqs 30 composer update --ignore-platform-reqs
  31 + chomod -R 777 pull_custom_code.sh
31 fi 32 fi
32 } 33 }
33 34