All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m40s
- core/frontend: Vite 多阶段镜像 + nginx 同源反代 /api,/admin,/static(零 CORS) - core/backend: Django gunicorn 镜像 + entrypoint(自动 migrate/collectstatic)+ WhiteNoise - k8s/core: api/worker/web Deployment+Service + ingress(airshelf-web.airlabs.art) - workflow: 追加 core 前后端 build/push,从 core/backend/.env 套生产覆盖生成 env Secret 后部署 - .gitignore 放行 core/backend/.env;.env 白名单加入 airshelf-web 域名 - 含前端 WIP 还原改动 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
22 lines
325 B
Plaintext
22 lines
325 B
Plaintext
node_modules
|
|
.next
|
|
out
|
|
dist
|
|
.env*.local
|
|
.env
|
|
# core 后端环境变量需要进 CI 构建,放行它(其余 .env 仍忽略)
|
|
!core/backend/.env
|
|
.venv
|
|
__pycache__/
|
|
*.pyc
|
|
db.sqlite3
|
|
.playwright-cli
|
|
account.md
|
|
core/frontend/output/
|
|
core/qa/*.png
|
|
core/qa/visual-parity/output/
|
|
.DS_Store
|
|
*.tsbuildinfo
|
|
next-env.d.ts.bak
|
|
_design_src
|