111
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-07-05 15:42:41 +08:00
parent 3f0fe051fc
commit 3b870afa24

View File

@ -42,9 +42,9 @@ steps:
# from_secret: server_ssh_key # from_secret: server_ssh_key
port: 22 port: 22
script: script:
- rm -rf /www/wwwroot/show.zguiy.com/* - rm -rf /www/wwwroot/show.zguiy.com/test/*
- mkdir -p /www/wwwroot/show.zguiy.com/ - mkdir -p /www/wwwroot/show.zguiy.com/test/
- chmod 755 /www/wwwroot/show.zguiy.com/ - chmod 755 /www/wwwroot/show.zguiy.com/test/
when: when:
branch: branch:
- main - main
@ -66,7 +66,7 @@ steps:
# from_secret: server_ssh_key # from_secret: server_ssh_key
port: 22 port: 22
source: dist/* source: dist/*
target: /www/wwwroot/show.zguiy.com/ target: /www/wwwroot/show.zguiy.com/test/
strip_components: 1 strip_components: 1
when: when:
branch: branch: