ci: fix missing DATABASE_URL env for prisma migrate
All checks were successful
Deploy API Server / build-and-deploy (push) Successful in 35s

This commit is contained in:
WangDL 2026-05-22 10:08:24 +08:00
parent ea7f6736df
commit 6413936472

View File

@ -4,6 +4,9 @@ on:
push: push:
branches: [main] branches: [main]
env:
DATABASE_URL: mysql://zhixi_user:hKHQ+N0wBjJAiLukFu5OMEI8@127.0.0.1:3306/zhixi_prod
jobs: jobs:
build-and-deploy: build-and-deploy:
runs-on: prod runs-on: prod