Deployment
Knowledge Site
The knowledge site is designed for GitHub Pages.
- Commit and push the
site/directory and.github/workflows/deploy-knowledge-site.yml - In GitHub repository settings, enable Pages
- Choose GitHub Actions as the build and deployment source
- Push to
mainor run the workflow manually
Expected public URL:
text
https://<github-user>.github.io/enterprise-financial-intelligence-agent/Dashboard And API
The current dashboard and backend remain local or deployable separately. The knowledge site is static and does not require the backend.
Production Path
For production, deploy the backend, frontend dashboard, PostgreSQL, Qdrant, and Redis through a managed cloud or container platform. See docs/deployment-roadmap.md for the staged deployment plan.