blog-hexo/.drone.yml

10 lines
179 B
YAML
Raw Normal View History

2023-10-19 21:55:22 +08:00
---
kind: pipeline
type: exec
2023-10-19 22:37:02 +08:00
name: blog 发布
2023-10-19 21:55:22 +08:00
steps:
- name: publish
commands:
2023-10-19 22:37:02 +08:00
- cp -rf public/* /www/wwwroot/nginx/html/www.mozzie.cn/
- echo all works done!