Skip to content

Commit cce7924

Browse files
committed
fix supabase edge fn gh workflow deployment
1 parent d261afa commit cce7924

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/supabase_deploy_prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525

2626
- run: supabase link --project-ref $SUPABASE_PROJECT_ID
2727
- run: supabase db push
28-
- run: supabase functions deploy --project-ref $PROJECT_ID
28+
- run: supabase functions deploy --project-ref $SUPABASE_PROJECT_ID

.github/workflows/supabase_deploy_staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525

2626
- run: supabase link --project-ref $SUPABASE_PROJECT_ID
2727
- run: supabase db push
28-
- run: supabase functions deploy --project-ref $PROJECT_ID
28+
- run: supabase functions deploy --project-ref $SUPABASE_PROJECT_ID

0 commit comments

Comments
 (0)