This commit is contained in:
16
.drone.yml
16
.drone.yml
@@ -20,14 +20,14 @@ steps:
|
||||
tags:
|
||||
- latest
|
||||
|
||||
- name: database migrate
|
||||
image: node:23-alpine
|
||||
environment:
|
||||
DATABASE_URL:
|
||||
from_secret: database_url
|
||||
commands:
|
||||
- npm install prisma
|
||||
- npx prisma migrate deploy
|
||||
# - name: database migrate
|
||||
# image: node:23-alpine
|
||||
# environment:
|
||||
# DATABASE_URL:
|
||||
# from_secret: database_url
|
||||
# commands:
|
||||
# - npm install prisma
|
||||
# - npx prisma migrate deploy
|
||||
|
||||
- name: deploy
|
||||
image: appleboy/drone-ssh
|
||||
|
||||
10
package.json
10
package.json
@@ -12,23 +12,23 @@
|
||||
"dependencies": {
|
||||
"@prisma/client": "^6.19.0",
|
||||
"bcryptjs": "^3.0.3",
|
||||
"edge-tts-universal": "^1.3.2",
|
||||
"edge-tts-universal": "^1.3.3",
|
||||
"lucide-react": "^0.553.0",
|
||||
"next": "15.5.3",
|
||||
"next-auth": "^4.24.13",
|
||||
"next-intl": "^4.5.2",
|
||||
"next-intl": "^4.5.8",
|
||||
"react": "19.1.0",
|
||||
"react-dom": "19.1.0",
|
||||
"sonner": "^2.0.7",
|
||||
"unstorage": "^1.17.2",
|
||||
"unstorage": "^1.17.3",
|
||||
"zod": "^3.25.76"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/eslintrc": "^3.3.1",
|
||||
"@eslint/eslintrc": "^3.3.3",
|
||||
"@tailwindcss/postcss": "^4.1.17",
|
||||
"@types/bcryptjs": "^2.4.6",
|
||||
"@types/node": "^20.19.25",
|
||||
"@types/react": "^19.2.4",
|
||||
"@types/react": "^19.2.7",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint-config-next": "15.5.3",
|
||||
|
||||
6168
pnpm-lock.yaml
generated
6168
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -5,7 +5,6 @@ generator client {
|
||||
|
||||
datasource db {
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user