更新部署脚本
Uni-app H5 Deploy (Prod + Staging) / deploy (release) Failing after 31s

This commit is contained in:
kk
2026-06-29 14:58:09 +08:00
parent 9c966dde26
commit ff544b9766
+4 -2
View File
@@ -126,8 +126,10 @@ jobs:
# 使用 rsync 同步文件
# 修正: 将 -e 参数移到前面
rsync -rltzv --delete --chmod=Du=rwx,Dgo=rx,Fu=rw,Fgo=r \
-e "ssh -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no" \
rsync -rltzv --delete \
--no-owner --no-group \
--chmod=Du=rwx,Dgo=rx,Fu=rw,Fgo=r \
-e "ssh -i ~/.ssh/id_ed25519 -o StrictHostKeyChecking=no" \
"$H5_SOURCE_DIR/" \
"root@${TARGET}:${WEB_ROOT}/"