Skip to content

Commit de6d196

Browse files
committed
ci: run migrations
1 parent 0a20379 commit de6d196

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,8 @@ jobs:
2222
with:
2323
version: latest
2424

25+
# migrations
26+
- run: supabase db push --project-ref $PROJECT_ID
27+
28+
# functions
2529
- run: supabase functions deploy --project-ref $PROJECT_ID

0 commit comments

Comments
 (0)