Commit 41754ef2 authored by 白秀江's avatar 白秀江

更新project-deploy.sh

parent ee67aed2
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
cd `dirname $0` cd `dirname $0`
BIN_DIR=`pwd` BIN_DIR=`pwd`
DEPLOY_DIR=`pwd` DEPLOY_DIR=`pwd`
IP=$(echo $SSH_CLIENT | awk '{print $1}')
echo $IP
# #
# $1 方法名 deploy 发布项目 # $1 方法名 deploy 发布项目
# $2 项目目录 # $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