Sign in
刘鹏伟
/
party
·
Commits
GitLab
Back to dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
856d3b123cdb56d7421734a3a11c83200ef1361a
Authored by
刘鹏伟
2020-01-08 10:21:57 +0800
1 parent
084b139b
抽奖
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
tools/publish_over_ssh.sh
tools/publish_over_ssh.sh
View file @
856d3b1
...
...
@@ -11,7 +11,7 @@ TMP_DIR=${DEPLOY_DIR}"_tmp_dir" # 部署临时目录
11
11
12
12
echo ">>>>> 开始发布"
13
13
14
-echo "===> 1.打包项目
src
目录下代码到: ${PACKAGE_NAME} "
14
+echo "===> 1.打包项目
party
目录下代码到: ${PACKAGE_NAME} "
15
15
tar -czf ${PACKAGE_NAME} party
16
16
echo "<=== 1.成功"
17
17
...
...