Recipes Pipeline

Recipes Pipeline A workflow diagram generated by Archify. 01 / Shared image 02 / Flutter / mobile 03 / Website / PDF Build and push docker container · Shared image Build and push docker container Export recipe JSON + images to Fl… · Flutter / mobile Export recipe JSON + images to Fl… Lint and analyze · Flutter / mobile Lint and analyze Run tests · Flutter / mobile Run tests Build Flutter APKs + AAB · high-mem runner · Flutter / mobile Build Flutter APKs + AAB high-mem runner Publish APK downloads · Flutter / mobile Publish APK downloads Publish to Google Play (internal… · Flutter / mobile Publish to Google Play (internal… Build recipes CSS · Website / PDF Build recipes CSS Generate recipe book · ×4 fr en de ru · Website / PDF Generate recipe book ×4 fr en de ru Generate recipes as PDF · ×4 fr en de ru · Website / PDF Generate recipes as PDF ×4 fr en de ru Upload PDFs to RustFS · Website / PDF Upload PDFs to RustFS flutter-app-release-spl… flutter-app-release-aab recipes-css recipes-css flutter-assets flutter-assets Legend Agent logic Cloud service

What this pipeline does

  • • The most complex pipeline in the repo. A single YAML recipe source fans out into PDFs (4 languages × 2 formats via Gotenberg), a Flutter mobile app, a Tailwind website, and a Flutter asset bundle — all assembled through RustFS artifact handoffs and published to the homelab registry and Google Play.

Job by job

  • • Build and push docker container: Build and push the CI container image with the full recipe…
  • • Lint and analyze: Run Flutter analyzer and Dart static analysis on the mobile codebase
  • • Run tests: Execute Flutter unit tests against the exported recipe JSON and image assets
  • • Build recipes CSS: Compile Tailwind CSS for the recipe website and upload to RustFS artifac…
  • • Generate recipes as PDF: Generate per-recipe PDFs via Gotenberg for one language (fan-out ×…
  • • Generate recipe book: Compile the full recipe book PDF per language via Gotenberg (fan-out…
  • • Export recipe JSON + images to Flutter assets: Export recipe JSON indices and images to the…
  • • Upload PDFs to RustFS: Collect all language PDFs from RustFS and publish them to the recipe…
  • • Build Flutter APKs + AAB: Build and sign the Android APK and App Bundle release artifacts o…
  • • Publish APK downloads: Upload signed APKs to the self-hosted downloads server and generate…
  • • Publish to Google Play (internal track): Submit the Android App Bundle to Google Play Store…