Commit 9bb6fb80 authored by 白秀江's avatar 白秀江

更新project-deploy.sh

parent 8b8f6a6a
......@@ -31,6 +31,17 @@ function deploy() {
done
}
#
# $1 方法名 restart 重启项目
# $2 项目目录
# $3 检查的url
#
function restart() {
echo restart
sh -x $2/restart.sh
}
#
# $1 方法名 检查项目环境
# $2 项目目录
......
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