All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 6m41s
- Dockerfile: multi-stage Next.js standalone build with pnpm + prisma - k8s manifests: single web deployment + Traefik ingress + LE TLS - Gitea workflow: build/push to Volcano CR, deploy to K3s, log-center failure reporting - next.config: enable standalone output for slim container image Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
22 lines
209 B
Plaintext
22 lines
209 B
Plaintext
.git
|
|
.gitignore
|
|
.next
|
|
node_modules
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
.DS_Store
|
|
*.pem
|
|
coverage
|
|
.vercel
|
|
docs
|
|
README.md
|
|
.dockerignore
|
|
Dockerfile
|
|
k8s
|
|
.gitea
|