blog-hexo/.drone.yml
mozzie fb1c53b07e
All checks were successful
continuous-integration/drone/push Build is passing
2
2024-06-04 14:02:48 +08:00

14 lines
279 B
YAML

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