blog-hexo/.drone.yml
mozzie ba4bceea78
All checks were successful
continuous-integration/drone/push Build is passing
1
2024-06-04 14:37:51 +08:00

20 lines
382 B
YAML

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