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

This commit is contained in:
2025-06-24 17:03:27 +08:00
parent de6fe5442b
commit 0cd62701a5

View File

@ -30,6 +30,7 @@ steps:
script: script:
- rm -rf /www/wwwroot/show.zguiy.com/* - rm -rf /www/wwwroot/show.zguiy.com/*
- mkdir -p /www/wwwroot/show.zguiy.com/ - mkdir -p /www/wwwroot/show.zguiy.com/
- chmod 755 /www/wwwroot/show.zguiy.com/
when: when:
branch: branch:
- main - main
@ -53,7 +54,6 @@ steps:
source: dist/* source: dist/*
target: /www/wwwroot/show.zguiy.com/ target: /www/wwwroot/show.zguiy.com/
strip_components: 1 strip_components: 1
rm: true
when: when:
branch: branch:
- main - main