yj-deploy 0.0.4 → 0.0.5
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 +12 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -243,4 +243,15 @@ node uploader.js --tmpName=test
|
|
|
243
243
|
|
|
244
244
|
<br />
|
|
245
245
|
|
|
246
|
-
项目已提交到git:https://gitlab.yunjingtech.cn:10010/frontend/yj-deploy
|
|
246
|
+
项目已提交到git:https://gitlab.yunjingtech.cn:10010/frontend/yj-deploy
|
|
247
|
+
|
|
248
|
+
## 升级日志
|
|
249
|
+
|
|
250
|
+
### v0.0.5
|
|
251
|
+
兼容根据运维文档手动创建的脚本推送镜像
|
|
252
|
+
|
|
253
|
+
### v0.0.4
|
|
254
|
+
解决因为并行上传文件太多导致上传失败的问题,支持动态配置并行上传数据量
|
|
255
|
+
|
|
256
|
+
### v0.0.3
|
|
257
|
+
解决文件夹嵌套太深,可能会导致上传文件时文件夹还没有创建导致报错的问题
|