Skip to content

Commit edbb2a2

Browse files
authored
Add NEXT_PUBLIC_SUPABASE_URL to build environment
Set environment variable for Supabase URL during build.
1 parent d1ea521 commit edbb2a2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424

2525
- name: Build
2626
run: npm run build
27+
env:
28+
NEXT_PUBLIC_SUPABASE_URL: https://xdodukisbiwwzjahusam.supabase.co
2729

2830
- name: Add .nojekyll
2931
run: touch out/.nojekyll

0 commit comments

Comments
 (0)