Eric FELIXINE
|
f8e34562d5
|
feat(smart-app): CI/CD pipeline + deploy scripts
Build & Deploy Smart App Web / lint (push) Failing after 1s
Build & Deploy Smart App Web / build-web (push) Has been skipped
Build & Deploy Smart App Web / docker-build (push) Has been skipped
Build & Deploy Smart App Web / deploy (push) Has been skipped
- .gitea/workflows/build-and-deploy.yml:
- Lint + TypeScript check on PR
- Expo web build on push to master
- Deploy via SSH to server (copy to /var/www/smartapp)
- Docker build alternative
- Artifact upload for builds
- deploy.sh: manual deploy script (web|docker|api|all)
- app.json: Expo config with bundle IDs
- assets/: generated icons (icon, splash, adaptive, favicon)
- Added expo-pwa, html-webpack-plugin, workbox-webpack-plugin deps
|
2026-06-01 23:03:11 -04:00 |
|
Eric FELIXINE
|
94f74f2dfc
|
feat: add smart-app-city sub-project architecture
- Architecture globale (React Native + NestJS + FastAPI)
- Beckn Protocol (OTN-DPI) integration docs
- AI layer: RAG pipeline + AI Agents (LocalAI + Qdrant)
- i18n: FR/EN/ES/DE support
- Docker Compose for backend services
- Project structure with frontend, backend, ai, beckn directories
|
2026-05-26 18:47:02 -04:00 |
|