Compare commits

..

2 Commits

Author SHA1 Message Date
mozzie
3c0eb9d2b4 4
All checks were successful
continuous-integration/drone/push Build is passing
2024-06-04 14:15:33 +08:00
mozzie
b60acd642d 1 2024-06-04 14:14:20 +08:00

View File

@ -1,7 +1,7 @@
--- ---
kind: pipeline kind: pipeline
type: exec type: exec
name: blog 发布 name: blog
steps: steps:
- name: list - name: list
@ -17,5 +17,6 @@ steps:
- ls -lah - ls -lah
- ls -lah public/ - ls -lah public/
- cp -rf public/* /www/wwwroot/caddy/html/blog-hexo/ - cp -rf public/* /www/wwwroot/caddy/html/blog-hexo/
- ls -lah /www/wwwroot/
- ls -lah /www/wwwroot/caddy/html/blog-hexo/ - ls -lah /www/wwwroot/caddy/html/blog-hexo/
- echo all works done! - echo all works done!