Add DevOps release and deployment configuration
Some checks failed
Build and Deploy / test-backend (push) Has been cancelled
Build and Deploy / build-backend (push) Has been cancelled
Build and Deploy / build-admin (push) Has been cancelled
Deploy to Production / build-backend (push) Has been cancelled
Deploy to Production / deploy (push) Has been cancelled

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
bujie9527
2026-02-05 22:59:28 +08:00
parent edae775129
commit 0bd860f956
9 changed files with 488 additions and 30 deletions

3
.gitignore vendored
View File

@@ -11,6 +11,9 @@ github-actions.key
# Registry Config (包含敏感密码)
.registry-config
# 生产环境配置(包含敏感信息)
deploy/.env.prod
# Python
__pycache__/
*.py[cod]