Deploying Edge Functions with GitHub Actions

preview_player
Показать описание
We can use the Supabase CLI[0] together with GitHub Actions[1] to automatically deploy our Supabase Edge Functions[2].

## Chapters

00:00 Intro
00:27 Project Setup
02:36 GitHub Actions Introduction
03:55 Create a GitHub Actions YAML file
05:04 Create a Supabase Access Token
05:29 Set up a GitHub Actions Secret
07:45 Trigger GitHub Actions by pushing to Branch
10:05 Make Supabase Edge Function publicly available

## About Edgy Edge Functions

Edgy Edge Functions is a video series where we explore Supabase Edge Functions[2] and Deno[3] functionality and features.

If there's something you'd like to learn about, please open an issue[4] and let me know on this Tweet thread[5].

Thanks for stopping by! Denosaur and I will see you soon \o/

Рекомендации по теме
Комментарии
Автор

Are there any tutorials on running migrations from local to dev/prod environments using GitHub actions?

sharifahmed
Автор

Do I need to add a supabase functions deploy line per function?

VickKhera-kt