feat: 添加云端部署准备工作
- 添加 .env.example 环境变量模板 - 创建部署辅助脚本(run_crawler.sh、health_check.sh、backup.sh) - 更新 .gitignore 排除备份目录 - 添加云端部署指南文档
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -19,6 +19,9 @@ temp_files/
|
||||
# Attachments (large files)
|
||||
data/attachments/
|
||||
|
||||
# Backups
|
||||
backups/
|
||||
|
||||
# Environment
|
||||
.env
|
||||
venv/
|
||||
|
||||
Reference in New Issue
Block a user