blog-hexo/.drone.yml
mozzie 902abe1f3a
All checks were successful
continuous-integration/drone/push Build is passing
1
2024-06-04 13:59:56 +08:00

10 lines
176 B
YAML

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