Commit df030ea9672c8be49e113d3dfb2c4111cc40d41d

Authored by dlstatic
1 parent d977d1ed

Add absolute location of staitc detail on develop machine 10.28.6.107.

Showing 1 changed file with 19 additions and 6 deletions
publishStatic/Readme.md
@@ -2,6 +2,9 @@ @@ -2,6 +2,9 @@
2 静态资源从开发环境到线上环境,需要经过壁垒机,且由于只有壁垒机同线上运行机位信任 2 静态资源从开发环境到线上环境,需要经过壁垒机,且由于只有壁垒机同线上运行机位信任
3 对象,故所有的资源上传必须首先拷贝到壁垒机上,才有更新到线上运行机的可能。 3 对象,故所有的资源上传必须首先拷贝到壁垒机上,才有更新到线上运行机的可能。
4 4
  5 +### 静态路径说明
  6 +10.28.6.107 绝对路径 /usr/local/static 为资源地址。
  7 +
5 # 流程介绍 8 # 流程介绍
6 1.连接开发环境10.28.6.107,更新静态资源并打包。 9 1.连接开发环境10.28.6.107,更新静态资源并打包。
7 2.上传至壁垒机119.254.103.108,再更新至线上运行机。 10 2.上传至壁垒机119.254.103.108,再更新至线上运行机。
@@ -14,21 +17,31 @@ @@ -14,21 +17,31 @@
14 等于1既是master分支。 17 等于1既是master分支。
15 18
16 [path] 19 [path]
17 - 包含现有的文件主目录 20 + `包含现有的文件主目录`
18 newStatic=1 21 newStatic=1
19 source=1 22 source=1
20 23
21 [newStatic] 24 [newStatic]
22 - 包含仓库 25 + `包含仓库`
23 static-pnr=1 26 static-pnr=1
  27 + components=1
24 28
25 [source] 29 [source]
26 - 包含仓库  
27 - static-pnr=1 30 + `包含仓库`
  31 + seven-piece=1
  32 + static-wappnr=1
  33 + logistic-html5=1
  34 + static-wappay=1
  35 + static-fresh=1
  36 + static-logistics=1
  37 + static-pay=1
  38 + components=1
  39 + dd-piwik=1
28 40
29 [git] 41 [git]
30 - Git仓库地址  
31 - path=gitLocation 42 + `Git仓库地址`
  43 + `path=gitLocation`
  44 + path=git@git3.nong12.com:dlstatic/
32 45
33 在107上可使用指令包含 46 在107上可使用指令包含
34 47