Commit 75a194b6 authored by tywldx's avatar tywldx

fix

parent f75e953e
#!/bin/bash #!/bin/bash
project_name=$1 project_name=$1
is_public_ip=$2 is_public_ip=$2
# pwd_path="/home/qa-deploy-utils/qa_shell_script" pwd_path="/home/qa-deploy-utils/qa_shell_script"
pwd_path="/Users/yangmei/gitabc.xyqb.com/qa-deploy-utils/qa_shell_script"
config_server="$pwd_path/config_server" config_server="$pwd_path/config_server"
project_path=`cat $config_server/project_path.sh` project_path=`cat $config_server/project_path.sh`
project_type=`node $config_server/get_project_config.js -name $project_name -attr type` project_type=`node $config_server/get_project_config.js -name $project_name -attr type`
......
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