Commit 3cb9a2f8 authored by 温海元's avatar 温海元

add some echos for ui

parent e32eca0b
...@@ -14,7 +14,12 @@ if [ ! -d "$project_name" ];then ...@@ -14,7 +14,12 @@ if [ ! -d "$project_name" ];then
else else
echo "项目已存在" echo "项目已存在"
cd ./${project_name} cd ./${project_name}
echo "cd ./${project_name}"
echo "git pull"
git pull git pull
fi fi
echo "开始部署项目" echo "开始部署项目"
......
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