Browse Source

更新部署脚本

codedrinker 4 years ago
parent
commit
a48f55dd78
1 changed files with 1 additions and 1 deletions
  1. 1 1
      community

+ 1 - 1
community

@@ -10,7 +10,7 @@ if [ $STATUS -eq 0 ]
 then
 	echo "Kill previous process successfully."
 	echo "Begin restart community"
-	nohup java -jar -Dspring.profiles.active=production target/community-1.0.0.jar >/dev/null 2>&1 &
+	nohup java -jar -Dspring.profiles.active=production target/community-0.0.1-SNAPSHOT.jar >/dev/null 2>&1 &
 	echo "Community restart successfully."
 else
 	echo "Kill previous process failed."