Commit 421898cc authored by 赵啸非's avatar 赵啸非

修改登录等资源权限

parent eac0425e
......@@ -104,11 +104,6 @@ project_ui_deploy() {
main() {
echo "后台服务部署"
project_deploy
#判断是否需要部署ui
if [ "@skipDeploy@" == "false" ];then
echo "前端服务部署"
project_ui_deploy
fi;
exit ${RETVAL}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment