zyc 3f33485632
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m42s
ci: 添加 Gitea Actions 部署流水线 + K3s 清单
对齐 AirShelf 的部署模型(master→prod / dev→dev),适配 Next.js 16 SSR 形态:
- frontend/Dockerfile · multi-stage(deps→builder→runner),Next.js standalone + node:20-alpine,非 root 运行
- frontend/next.config.ts · 启用 output: "standalone"(打 Docker 镜像必需)
- frontend/.dockerignore · 排除 .next/node_modules/env 等
- k8s/ · web-deployment(:3000) + ingress + cert-issuer + redirect middleware
- .gitea/workflows/deploy.yaml · build/push 重试 3 次,deploy 重试 5 次,失败上报日志中心 project_id=airspark
- prod 域名 airspark.airlabs.art / dev 域名 airspark.test.airlabs.art

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-18 11:49:43 +08:00
..
2026-05-14 16:08:49 +08:00
2026-05-14 16:08:49 +08:00
2026-05-14 16:08:49 +08:00
2026-05-14 16:08:49 +08:00
2026-05-14 16:08:49 +08:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.