Actualizar .gitea/workflows/deploy-functions.yaml
Deploy Function / deploy (push) Successful in 19s

This commit is contained in:
2026-01-22 15:36:30 +00:00
parent 88b3e04b41
commit 52ec28654a
+2 -8
View File
@@ -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
- name: Deploy edge function
run: npx supabase@beta functions deploy ai-structured --project-ref $SUPABASE_PROJECT_ID --use-api