Commit 38cd4d29 authored by 白秀江's avatar 白秀江

更新project-deploy.sh

parent 41ff4606
......@@ -4,7 +4,7 @@ BIN_DIR=`pwd`
DEPLOY_DIR=`pwd`
export
IP=$(echo $SSH_CLIENT | awk '{print $1}')
IP=$(echo $SSH_CONNECTION | awk '{print $1}')
echo $IP
#
# $1 方法名 deploy 发布项目
......
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