Compare commits

..

No commits in common. "3c0eb9d2b4c18bc2e70cb7883c8d1841c711a1df" and "7a8af97d855ec1b354f8492dc97017efa753fb75" have entirely different histories.

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,6 +17,5 @@ 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!