feat: 添加hgcart购物车模板+Drone部署同步
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
- 解压default_npant.tar.gz到clientarea/cart/hgcart/ - .drone.yml增加hgcart同步到cart/template/pc/
This commit is contained in:
@@ -26,6 +26,9 @@ steps:
|
||||
# 将用户中心仪表盘主题 hgcloud_home 同步到运行目录
|
||||
- cp -rf /www/wwwroot/hgdemo.hgidc.cn/public/web/BlackFruit-web/clientarea/home/hgcloud_home /www/wwwroot/hgdemo.hgidc.cn/public/home/template/pc/
|
||||
|
||||
# 将购物车主题 hgcart 同步到运行目录
|
||||
- cp -rf /www/wwwroot/hgdemo.hgidc.cn/public/web/BlackFruit-web/clientarea/cart/hgcart /www/wwwroot/hgdemo.hgidc.cn/public/cart/template/pc/
|
||||
|
||||
- name: Restart Nginx
|
||||
commands:
|
||||
- nginx -s reload
|
||||
|
||||
Reference in New Issue
Block a user