Commit 9aaf7d06 authored by root's avatar root
parents a8a057ba 7880903e
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
pwd_path="/home/qa-deploy-utils/qa_shell_script" pwd_path="/home/qa-deploy-utils/qa_shell_script"
config_shell_path="$pwd_path" config_shell_path="$pwd_path"
config_server="$pwd_path/config_server" config_server="$pwd_path/config_server"
filename=ngrok_confg.yml filename=/home/config_files/special/ngrok_confg.yml
rm -rf $filename rm -rf $filename
echo "server_addr: ss.xyqb.loan:4443" >> $filename echo "server_addr: ss.xyqb.loan:4443" >> $filename
......
...@@ -39,7 +39,7 @@ do ...@@ -39,7 +39,7 @@ do
sed -i "s/redis.master.host=${public_ip}/redis.master.host=${IP_host_first}${ip_last_num}/g" $dir/public/java/* sed -i "s/redis.master.host=${public_ip}/redis.master.host=${IP_host_first}${ip_last_num}/g" $dir/public/java/*
sed -i "s/zk.connect.url=${public_ip}/zk.connect.url=${IP_host_first}${ip_last_num}/g" $dir/public/java/* sed -i "s/zk.connect.url=${public_ip}/zk.connect.url=${IP_host_first}${ip_last_num}/g" $dir/public/java/*
sed -i "s/iplast/${ip_last_num}/g" $dir/special/ngrok_confg.yml
#python项目发布 #python项目发布
rm -rf $dir/python rm -rf $dir/python
......
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