Skip to content

Commit 27f7730

Browse files
committed
[docs] added documentation for supabase edge function deployment
1 parent 6e870e1 commit 27f7730

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/supabase/local-development/push-changes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,9 @@ For local database:
3838
```bash
3939
npx supabase gen types typescript --local --schema public > ./nextjs/types_db.ts
4040
```
41+
42+
7. For deploying Supabase Edge functions from the local changes to the production environment, run the following command at the root of the application:
43+
44+
```bash
45+
supabase functions deploy
46+
```

0 commit comments

Comments
 (0)