blog-hexo/.drone.yml
mozzie 005c3c7412
Some checks are pending
continuous-integration/drone/push Build is pending
test
2024-06-04 14:30:56 +08:00

20 lines
376 B
YAML

---
kind: pipeline
type: exec
name: publish blog
steps:
- name: check
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!