blog-hexo/.drone.yml
mozzie 8ac4b38bf1
Some checks reported errors
continuous-integration/drone/push Build was killed
3
2024-06-04 14:21:31 +08:00

22 lines
412 B
YAML

---
kind: pipeline
type: exec
name: publish 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/
- ls -lah /www/wwwroot/caddy/html/blog-hexo/
- echo all works done!