defenseunicorns / leapfrogai

Production-ready Generative AI for local, cloud native, airgap, and edge deployments.
https://leapfrog.ai
Apache License 2.0
244 stars 25 forks source link

fix(build): supabase deploys before migrations #634

Closed justinthelaw closed 2 weeks ago

justinthelaw commented 2 weeks ago

Supabase is currently deployed after the LeapfrogAI API, causing the API migrations K8s Job to fail. Supabase needs to be moved in all of the LFAI bundles to ensure it is in the cluster before the API (or any other( migrations are run.