Commit 866a1344 authored by QA-甘 盛聪's avatar QA-甘 盛聪

update

parent e918aa88
...@@ -3,11 +3,11 @@ project_type=$1 ...@@ -3,11 +3,11 @@ project_type=$1
branch_name=$2 branch_name=$2
public_ip=$3 public_ip=$3
sh 2_get_code_by_type.sh $project_name $branch_name sh 2_get_code_by_type.sh $project_type $branch_name
if [[ $? == 128 ]]; then if [[ $? == 128 ]]; then
echo "Invalid argument to exit" echo "Invalid argument to exit"
exit exit
fi fi
sh 3_link_config_file_by_type.sh $project_name $public_ip sh 3_link_config_file_by_type.sh $project_type $public_ip
sh 4_build_by_type.sh $project_name $public_ip sh 4_build_by_type.sh $project_type $public_ip
sh 5_restart_by_type.sh $project_name $public_ip sh 5_restart_by_type.sh $project_type $public_ip
\ No newline at end of file \ No newline at end of file
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