docs: 移动蓝绿部署指南到 troubleshooting 目录

This commit is contained in:
Simon
2026-07-05 17:03:36 +08:00
parent ab90db3d3d
commit ca7c6d937a
91 changed files with 4841 additions and 406 deletions
+17
View File
@@ -0,0 +1,17 @@
#!/bin/bash
# 坐席端手动部署 - 在 jumpserver 上执行此脚本
set -e
# 本地文件路径
LOCAL_FILE="D:\资料\03-项目开发\wecom_it_smart_desk\frontend-agent\agent-v3.tar.b64"
REMOTE_PATH="/tmp/agent-v3.tar.b64"
echo "上传文件到服务器..."
# 使用 curl 上传
# 注意:这个脚本需要在 jumpserver 上有访问本地文件的权限
echo "请手动执行以下步骤:"
echo "1. 打开 jumpserver 文件管理"
echo "2. 上传 agent-v3.tar.b64 到 /tmp/"
echo "3. 然后联系部署"