Commit e148ad10313e399a96c329bebf170e2a8991a9d0
1 parent
df030ea9
help.
Showing
1 changed file
with
15 additions
and
0 deletions
publishStatic/Readme.md
... | ... | @@ -55,3 +55,18 @@ |
55 | 55 | # 结语 |
56 | 56 | 建议的工具从一定程度上减少重复工作,让开发人员更多关注开发分支构建, |
57 | 57 | 减少错误的发生。 |
58 | + | |
59 | +# 帮助命令 | |
60 | + | |
61 | +### 在开发环境 机器 - 10.28.6.107 | |
62 | + | |
63 | + cd /home/dlstatic/ | |
64 | + ./scripts/getlastAll //更新开发包 等同命令 python /home/dlstaitc/shellgun/gun.py --update | |
65 | + python /home/dlstaitc/shellgun/gun.py --scp //拷贝 package.tar.gz 至跳板机 | |
66 | + | |
67 | +### 在跳板机环境 机器 - | |
68 | + | |
69 | + cd /home/dili/static | |
70 | + python /home/dili/updateTool/shellgun/gun.py --scp | |
71 | + | |
72 | +中间有存在shell交互输入访问口令即可。 | |
58 | 73 | \ No newline at end of file | ... | ... |