auto backup 2026-04-04 08:58:57

This commit is contained in:
--git_token 2026-04-04 08:58:57 +08:00
parent 1df7546242
commit d0717eba49

View File

@ -11,7 +11,7 @@ git push origin main
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then
echo "✅ 备份完成:$(date)" echo "✅ 备份完成:$(date)"
# 备份成功给李若松发送通知 # 备份成功给李若松发送通知
/root/.nvm/versions/node/v24.14.0/bin/openclaw message send --channel feishu --target "user:4aagb443" --message "✅ 工作区自动备份成功已同步到公司Git仓库" /root/.nvm/versions/node/v24.14.0/bin/node /root/.nvm/versions/node/v24.14.0/bin/openclaw message send --channel feishu --target "user:4aagb443" --message "✅ 工作区自动备份成功已同步到公司Git仓库"
else else
echo "❌ 备份失败:$(date)" echo "❌ 备份失败:$(date)"
exit 1 exit 1