Commit 92dddbe6 authored by QA-甘 盛聪's avatar QA-甘 盛聪

update

parent cf687fdb
......@@ -17,10 +17,7 @@ else
sh $config_server/show_info.sh $project 连接配置文件 $desc
project_type=`node $config_server/get_project_config.js -name $project -attr type`
file=`node $config_server/get_project_config.js -name $project -attr config_file`
if [ "$project_type" = "java" ]
then
mkdir /home/quant_group/${project}/target
fi
rm -rf /home/quant_group/$project/$file
if [ "$project_type" = "ui" ]
then
......
......@@ -32,6 +32,7 @@ function linkProjectConfig()
if [ "$project" = "xyqb-mall" ]
then
echo "~~ln -s $config_path/pem_file /home/quant_group/xyqb-mall/baitiao"
ln -s $config_path/pem_file /home/quant_group/xyqb-mall/baitiao
fi
}
......
......@@ -67,6 +67,7 @@ new pClass().init(true, "java", "7006", "gu-bei", "QG", "pay-center.log", "appli
new pClass().init(true, "java", "7023", "xyqb-quartz", "QG", "quartz.log", "application.properties", null, null, 2, "定时任务-server");
new pClass().init(true, "java", "7031", "redpacket", "QG", "redpacket.log", "application.properties", null, null, 2, "红包系统-server");
new pClass().init(true, "java", "7044", "finance-api", "bo.wang", "finance-api.log", "application.properties", null, null, 2, "财务系统-server");
new pClass().init(true, "java", "7045", "check-accounts", "QG", "check_accounts.log", "application.properties", null, null, 2, "对账系统-server");
// new pClass(true,"java","7027","sms-center","QG","sms-center.log",null,null,null,"短信中心-server");
// ui----
// projectName,projectType,port,gitPath,logName,configFile,command,nodeVersion
......
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