ci: 优化此配置;
Some checks failed
CI / build (push) Failing after 32s

This commit is contained in:
2026-04-11 02:44:44 +08:00
parent 691d68c59a
commit 6976c0c2eb

View File

@@ -84,7 +84,7 @@ jobs:
run: |
set -e
: "${DEPLOY_PATH:?DEPLOY_PATH is not set}"
REMOTE_ROOT="${DEPLOY_PATH}/chat.alboped.com"
REMOTE_ROOT="${DEPLOY_PATH}/chat-one-web"
mkdir -p ~/.ssh
chmod 700 ~/.ssh
echo "$SSH_PRIVATE_KEY" | tr -d '\r' > ~/.ssh/id_deploy