阶段5:CI/CD 配置完成
Some checks failed
CI/CD Pipeline / 构建和测试 (push) Has been cancelled
CI/CD Pipeline / 部署到生产环境 (push) Has been cancelled

- 添加自动化部署脚本 (deploy.sh)
- 创建 Gitea Actions 工作流配置
- 添加代码检查和验证步骤
- 配置部署产物管理

Closes #5
This commit is contained in:
2026-02-27 14:01:45 +00:00
parent dab43051ab
commit a4cd68f645
3 changed files with 179 additions and 0 deletions

9
.deployignore Normal file
View File

@@ -0,0 +1,9 @@
node_modules/
dist/
build/
.DS_Store
*.log
.env
deploy/
*.swp
*~