Skip to content

Commit e4f94fa

Browse files
Merge pull request #70 from geekidea/dev
🇨🇳 1.3.0.RELEASE shiro+jwt
2 parents f1a4c11 + 11ab5a8 commit e4f94fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deploy/deploy.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ IS_UPDATE=0
3434
# 如果没有,则clone
3535
if [ ! -d "spring-boot-plus" ]; then
3636
git clone https://github.com/geekidea/spring-boot-plus.git
37+
cd spring-boot-plus
3738
else
39+
cd spring-boot-plus
3840
# 拉取代码,并获取结果判断,是否有新的代码更新,如果有,则备份之前的server,否则替换
3941
PULL_RESULT=$(git pull)
4042
echo "${PULL_RESULT}"
@@ -46,7 +48,6 @@ else
4648
fi
4749
fi
4850

49-
cd spring-boot-plus
5051

5152
# 2. maven打包
5253
mvn clean

0 commit comments

Comments
 (0)