From 52ec28654a9a1aeba819ce7a576b50823de441a9 Mon Sep 17 00:00:00 2001 From: Alejandro Rosales Date: Thu, 22 Jan 2026 15:36:30 +0000 Subject: [PATCH] Actualizar .gitea/workflows/deploy-functions.yaml --- .gitea/workflows/deploy-functions.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/deploy-functions.yaml b/.gitea/workflows/deploy-functions.yaml index bb8aa2d..a720464 100644 --- a/.gitea/workflows/deploy-functions.yaml +++ b/.gitea/workflows/deploy-functions.yaml @@ -21,11 +21,5 @@ jobs: with: version: latest - - name: Debug workspace - run: | - pwd - ls -la - ls -la supabase/functions/ai-structured - test -f supabase/functions/ai-structured/index.ts && echo "✅ index.ts existe" - - - run: supabase functions deploy ai-structured --debug --project-ref $SUPABASE_PROJECT_ID \ No newline at end of file + - name: Deploy edge function + run: npx supabase@beta functions deploy ai-structured --project-ref $SUPABASE_PROJECT_ID --use-api