11 Commits

Author SHA1 Message Date
a1360919f0 Add frontend React dashboard with CI/CD deployment pipeline
Some checks failed
Build and Deploy API Server & Frontend / deploy (push) Blocked by required conditions
Build and Deploy API Server & Frontend / build-backend (push) Has been cancelled
Build and Deploy API Server & Frontend / build-frontend (push) Has been cancelled
2025-12-25 22:08:03 -08:00
7ab87de90d update build-deploy
All checks were successful
Build and Deploy API Server / build (push) Successful in 52s
Build and Deploy API Server / deploy (push) Successful in 4s
2025-12-25 09:49:14 -08:00
351011f9e2 update deploy runs-on
Some checks failed
Build and Deploy API Server / build (push) Successful in 53s
Build and Deploy API Server / deploy (push) Failing after 6s
2025-12-23 18:58:41 -08:00
959acc33a8 remove test step
Some checks are pending
Build and Deploy API Server / deploy (push) Blocked by required conditions
Build and Deploy API Server / build (push) Successful in 53s
2025-12-23 18:55:02 -08:00
a386528707 change versions
Some checks failed
Build and Deploy API Server / deploy (push) Blocked by required conditions
Build and Deploy API Server / build (push) Has been cancelled
2025-12-23 18:48:01 -08:00
e584f4a002 remove caching for now
Some checks failed
Build and Deploy API Server / build (push) Failing after 1m26s
Build and Deploy API Server / deploy (push) Has been cancelled
2025-12-23 18:45:03 -08:00
d58104f2ac remove caching for now
Some checks failed
Build and Deploy API Server / deploy (push) Blocked by required conditions
Build and Deploy API Server / build (push) Has been cancelled
2025-12-23 18:43:08 -08:00
aa83771dd8 remove caching for now
Some checks failed
Build and Deploy API Server / deploy (push) Blocked by required conditions
Build and Deploy API Server / build (push) Has been cancelled
2025-12-23 18:39:31 -08:00
535512dd56 update caching
Some checks failed
Build and Deploy API Server / deploy (push) Blocked by required conditions
Build and Deploy API Server / build (push) Has been cancelled
2025-12-23 18:33:51 -08:00
bf3f30530b update build-deploy
Some checks failed
Build and Deploy API Server / deploy (push) Blocked by required conditions
Build and Deploy API Server / build (push) Has been cancelled
2025-12-23 18:15:50 -08:00
47be003f6d Simplify deployment structure and consolidate documentation
Some checks failed
Build and Deploy API Server / deploy (push) Has been cancelled
Build and Deploy API Server / build (push) Has been cancelled
- Remove redundant manual setup (setup-vps.sh) - Ansible handles all VPS setup
- Remove config templates directory - Ansible creates .env.production
- Delete verbose DEPLOYMENT_SETUP.md - info consolidated into deployment/README.md
- Rewrite deployment/README.md with clear 3-step workflow
- Simplify deployment/ansible/README.md to quick reference
- Reduce total documentation from 1159 lines to 225 lines

The deployment process is now easier to understand:
1. Run Ansible playbook (one-time setup)
2. Push code to Gitea (auto-builds)
3. SSH and promote to production

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-23 17:47:50 -08:00