Commit 3abba7ab authored by tywldx's avatar tywldx

fix

parent c0fc7f60
...@@ -34,9 +34,9 @@ expect -c " ...@@ -34,9 +34,9 @@ expect -c "
echo "部署时间大约需要10分钟,请确保重启应用时,配置文件不再更改。。。" echo "部署时间大约需要10分钟,请确保重启应用时,配置文件不再更改。。。"
echo "step 1 更改配置文件" echo "step 1 更改配置文件"
tranceConfig java "wechat.appid=.*" "wechat.appid=$dev_appid" "$evn_ip" "xyqb-user2.properties" tranceConfig java "wechat.appid=.*" "wechat.appid=$dev_appid" "$evn_ip" "xyqb-user2.properties"
tranceConfig java "wechat.secret=.*" "wechat.secret=$dev_secury" "$evn_ip" "xyqb-user2.properties"
tranceConfig java "xyqb-mall.url=.*" "xyqb-mall.url=http://$pay_url" "$evn_ip" "xyqb.properties" tranceConfig java "xyqb-mall.url=.*" "xyqb-mall.url=http://$pay_url" "$evn_ip" "xyqb.properties"
tranceConfig ui "weixinAppid:.*" "weixinAppid:'$dev_appid'," "$evn_ip" "xyqb-user-ui.js" tranceConfig ui "weixinAppid:.*" "weixinAppid:'$dev_appid'," "$evn_ip" "xyqb-user-ui.js"
tranceConfig java "wechat.secret=.*" "wechat.secret=$dev_secury" "$evn_ip" "xyqb-user2.properties"
tranceConfig ui "wechattest.xyqb.com" "$user_url" "$evn_ip" "xyqb-user-ui.js" tranceConfig ui "wechattest.xyqb.com" "$user_url" "$evn_ip" "xyqb-user-ui.js"
echo "step 2 重新部署环境" echo "step 2 重新部署环境"
function reBuildProject(){ function reBuildProject(){
......
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