...
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-12-04 16:36:09 +08:00
parent fcc20fc2e0
commit aa62658c54
4 changed files with 201 additions and 5994 deletions

View File

@@ -20,14 +20,14 @@ steps:
tags: tags:
- latest - latest
- name: database migrate # - name: database migrate
image: node:23-alpine # image: node:23-alpine
environment: # environment:
DATABASE_URL: # DATABASE_URL:
from_secret: database_url # from_secret: database_url
commands: # commands:
- npm install prisma # - npm install prisma
- npx prisma migrate deploy # - npx prisma migrate deploy
- name: deploy - name: deploy
image: appleboy/drone-ssh image: appleboy/drone-ssh

View File

@@ -12,23 +12,23 @@
"dependencies": { "dependencies": {
"@prisma/client": "^6.19.0", "@prisma/client": "^6.19.0",
"bcryptjs": "^3.0.3", "bcryptjs": "^3.0.3",
"edge-tts-universal": "^1.3.2", "edge-tts-universal": "^1.3.3",
"lucide-react": "^0.553.0", "lucide-react": "^0.553.0",
"next": "15.5.3", "next": "15.5.3",
"next-auth": "^4.24.13", "next-auth": "^4.24.13",
"next-intl": "^4.5.2", "next-intl": "^4.5.8",
"react": "19.1.0", "react": "19.1.0",
"react-dom": "19.1.0", "react-dom": "19.1.0",
"sonner": "^2.0.7", "sonner": "^2.0.7",
"unstorage": "^1.17.2", "unstorage": "^1.17.3",
"zod": "^3.25.76" "zod": "^3.25.76"
}, },
"devDependencies": { "devDependencies": {
"@eslint/eslintrc": "^3.3.1", "@eslint/eslintrc": "^3.3.3",
"@tailwindcss/postcss": "^4.1.17", "@tailwindcss/postcss": "^4.1.17",
"@types/bcryptjs": "^2.4.6", "@types/bcryptjs": "^2.4.6",
"@types/node": "^20.19.25", "@types/node": "^20.19.25",
"@types/react": "^19.2.4", "@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3", "@types/react-dom": "^19.2.3",
"eslint": "^9.39.1", "eslint": "^9.39.1",
"eslint-config-next": "15.5.3", "eslint-config-next": "15.5.3",

6168
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -5,7 +5,6 @@ generator client {
datasource db { datasource db {
provider = "postgresql" provider = "postgresql"
url = env("DATABASE_URL")
} }
/// This table contains check constraints and requires additional setup for migrations. Visit https://pris.ly/d/check-constraints for more info. /// This table contains check constraints and requires additional setup for migrations. Visit https://pris.ly/d/check-constraints for more info.