blog-hexo/.drone.yml
mozzie 7a8af97d85
All checks were successful
continuous-integration/drone/push Build is passing
1
2024-06-04 14:09:31 +08:00

21 lines
379 B
YAML

---
kind: pipeline
type: exec
name: blog 发布
steps:
- name: list
commands:
- ls -la /tmp
- ls -la .
- pwd
- whoami
- 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!