auto backup 2026-04-04 21:46:39

This commit is contained in:
xiaobian-bot 2026-04-04 21:46:39 +08:00
parent 416ddac532
commit 1ea034648c

View File

@ -3,6 +3,9 @@
WORKSPACE_DIR="/root/.openclaw/workspace-xiaobian" WORKSPACE_DIR="/root/.openclaw/workspace-xiaobian"
cd "$WORKSPACE_DIR" || exit 1 cd "$WORKSPACE_DIR" || exit 1
# 配置远程仓库地址
git remote set-url origin https://ai_member_only:ai%40makee260301%23@git.valavala.com/ai_member_only/ai_member_xiaobian.git || true
# 拉取最新代码 # 拉取最新代码
git pull origin master || true git pull origin master || true
# 提交所有变更 # 提交所有变更