feat(file/topic): Добавлен файл деплоя для Gitea с CI/CD [Russian]

This commit is contained in:
Oscar
2026-05-27 20:38:51 +03:00
parent 4761214ec1
commit 20a5f506da
3 changed files with 54 additions and 1 deletions

View File

@@ -7,8 +7,8 @@
"build": "tsc",
"start": "node --env-file=.env dist/index.js",
"db-view": "yarn prisma studio",
"db:deploy": "npx prisma migrate deploy && npx prisma generate",
"db-migrate": "npx prisma migrate dev",
"db-deploy": "npx prisma migrate deploy",
"db-migrate-server": "git pull npx prisma migrate deploy",
"lint": "eslint .",
"lint:fix": "eslint . --fix"