10 Commits

Author SHA1 Message Date
47566cd51d chore: remove public debug dump, add cleanup step
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 13s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 15:45:21 +08:00
12d84b00ec fix: use double quotes for MYSQL_PASS variable expansion in mysql exec
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 23s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 15:26:02 +08:00
0c0147f12a fix: drop columns without IF EXISTS for MySQL 8.0 compat; delete all duplicate migration records
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 22s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 15:22:54 +08:00
dc19b24848 fix: add prisma_migrations table query to debug output
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 22s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 15:11:40 +08:00
efd690c530 fix: resolve stuck Prisma migrations from web-projects deploy + handle crash loop
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 23s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 15:09:04 +08:00
13cd50760e fix: dump docker debug info to web root for diagnostics
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 13s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 14:51:45 +08:00
07feed61b8 fix: robust backend startup — clone api-server repo, build image, full infrastructure
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 14s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 14:49:21 +08:00
87e904b97e fix: add backend health check + HTTPS nginx config with SSL support
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 8s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 14:46:16 +08:00
03209e07fc fix: add nginx API proxy config for /api/* → backend :3001
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 8s
- Add nginx/longde.cloud.conf with /api/* proxy_pass to localhost:3001
- Update deploy.yml to install nginx config before deploying
- Fixes 405/502 errors when iOS app calls backend API

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 14:06:58 +08:00
c53fbfa70a add CI/CD deploy workflow, remove migrated DESIGN.md
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 12s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-15 16:20:47 +08:00