diff --git a/.drone.yml b/.drone.yml index dee7e51..915c050 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,6 +30,7 @@ steps: script: - rm -rf /www/wwwroot/show.zguiy.com/* - mkdir -p /www/wwwroot/show.zguiy.com/ + - chmod 755 /www/wwwroot/show.zguiy.com/ when: branch: - main @@ -53,7 +54,6 @@ steps: source: dist/* target: /www/wwwroot/show.zguiy.com/ strip_components: 1 - rm: true when: branch: - main