[Task] Drone CI-Pipeline #13

Closed
opened 2026-04-14 18:29:33 +02:00 by admin-mrrm · 0 comments
Owner

Ziel

.drone.yml mit Pipelines für api, web, mobile. Lint → Typecheck → Test → Build → Image-Push (für api/web) nach Gitea Registry.

Schritte

  • .drone.yml im Root
  • Jobs: pnpm install, lint, typecheck, test, build
  • Turbo Remote Cache nutzen (oder wenigstens lokaler Cache im Container)
  • Docker-Build für apps/api (multi-stage, final: Node slim)
  • Docker-Build für apps/web (nginx static)
  • apps/mobile: EAS Build oder lokaler Preview-Build
  • Secrets: Gitea Registry, Keycloak env, DB url
## Ziel .drone.yml mit Pipelines für api, web, mobile. Lint → Typecheck → Test → Build → Image-Push (für api/web) nach Gitea Registry. ## Schritte - [x] .drone.yml im Root - [x] Jobs: pnpm install, lint, typecheck, test, build - [x] Turbo Remote Cache nutzen (oder wenigstens lokaler Cache im Container) - [x] Docker-Build für apps/api (multi-stage, final: Node slim) - [x] Docker-Build für apps/web (nginx static) - [x] apps/mobile: EAS Build oder lokaler Preview-Build - [x] Secrets: Gitea Registry, Keycloak env, DB url
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
admin-mrrm/mrrmlabapp#13
No description provided.