We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a20379 commit de6d196Copy full SHA for de6d196
.github/workflows/deploy.yml
@@ -22,4 +22,8 @@ jobs:
22
with:
23
version: latest
24
25
+ # migrations
26
+ - run: supabase db push --project-ref $PROJECT_ID
27
+
28
+ # functions
29
- run: supabase functions deploy --project-ref $PROJECT_ID
0 commit comments