This commit is contained in:
@@ -20,4 +20,12 @@ jobs:
|
|||||||
- uses: supabase/setup-cli@v1
|
- uses: supabase/setup-cli@v1
|
||||||
with:
|
with:
|
||||||
version: latest
|
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
|
- run: supabase functions deploy ai-structured --debug --project-ref $SUPABASE_PROJECT_ID
|
||||||
Reference in New Issue
Block a user