Commit 1fcd398a authored by 智勇's avatar 智勇

update

parent 57ffeb8b
...@@ -12,6 +12,7 @@ if [ ! -d "$project_name" ];then ...@@ -12,6 +12,7 @@ if [ ! -d "$project_name" ];then
echo "not exist" echo "not exist"
git clone ${git_path} git clone ${git_path}
cd ./${project_name} cd ./${project_name}
ssh ${target_user}@${target_ip} "mkdir -p ${target_dir}/"
else else
echo "exist" echo "exist"
cd ./${project_name} cd ./${project_name}
......
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