2
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
mozzie 2024-06-04 14:02:48 +08:00
parent 902abe1f3a
commit fb1c53b07e

View File

@ -6,5 +6,9 @@ name: blog 发布
steps: steps:
- name: publish - name: publish
commands: commands:
- pwd
- ls -lah
- 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/caddy/html/blog-hexo/
- echo all works done! - echo all works done!