vk-ssl-auto-deploy 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/config.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ npm install -g pm2
|
|
|
23
23
|
安装自动部署工具
|
|
24
24
|
|
|
25
25
|
```bash
|
|
26
|
-
npm install -g vk-ssl-auto-deploy
|
|
26
|
+
npm install -g vk-ssl-auto-deploy@latest
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
查看安装目录
|
|
@@ -50,6 +50,10 @@ cd <安装目录>,如 cd /usr/lib/node_modules/vk-ssl-auto-deploy
|
|
|
50
50
|
npm run start
|
|
51
51
|
```
|
|
52
52
|
|
|
53
|
+
```js
|
|
54
|
+
cd /usr/lib/node_modules/vk-ssl-auto-deploy/cert
|
|
55
|
+
```
|
|
56
|
+
|
|
53
57
|
### 3. 本地开发安装
|
|
54
58
|
|
|
55
59
|
```bash
|
package/config.json
CHANGED