---
kind: pipeline
type: exec
name: blog 发布
steps:
- name: publish
commands:
- cp -rf public/* /www/wwwroot/nginx/html/www.mozzie.cn/
- echo all works done!