Compare commits

...
2 Commits
Author SHA1 Message Date
Jacky 1ff1b335fc Merge pull request 'v8' (#8) from jacky-patch-4 into main
Reviewed-on: http://117.72.28.96:8765/Jacky/Hulumath-Web-Demo/pulls/8
2026-08-08 17:30:35 +08:00
Jacky 3bb1070582 v8
PR合并自动部署 / deploy (pull_request) Failing after 2s
2026-08-08 17:30:30 +08:00
-2
View File
@@ -21,8 +21,6 @@ jobs:
ssh -i ~/.ssh/deploy_key ${{ secrets.DEPLOY_USER }}@${{ secrets.DEPLOY_HOST }} <<-'EOF' ssh -i ~/.ssh/deploy_key ${{ secrets.DEPLOY_USER }}@${{ secrets.DEPLOY_HOST }} <<-'EOF'
set -e set -e
cd $DEPLOY_PATH cd $DEPLOY_PATH
# 使用--local,仅当前仓库生效,不修改全局git配置,避开safe.directory多值冲突
git config --local safe.directory "*"
git fetch origin main git fetch origin main
# 备份运行时db # 备份运行时db