We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb4bfc commit 11ab5a8Copy full SHA for 11ab5a8
deploy/deploy.sh
@@ -34,7 +34,9 @@ IS_UPDATE=0
34
# 如果没有,则clone
35
if [ ! -d "spring-boot-plus" ]; then
36
git clone https://github.com/geekidea/spring-boot-plus.git
37
+ cd spring-boot-plus
38
else
39
40
# 拉取代码,并获取结果判断,是否有新的代码更新,如果有,则备份之前的server,否则替换
41
PULL_RESULT=$(git pull)
42
echo "${PULL_RESULT}"
@@ -46,7 +48,6 @@ else
46
48
fi
47
49
50
-cd spring-boot-plus
51
52
# 2. maven打包
53
mvn clean
0 commit comments