Skip to content

Commit

Permalink
add db push to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
martypdx committed Nov 6, 2023
1 parent ee70e1a commit ddabbb9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/deploy.yml
Expand Up @@ -32,6 +32,13 @@ jobs:
- uses: supabase/setup-cli@v1
with:
version: latest


- name: Link to environment
run: supabase link --project-ref $PROJECT_ID

- name: Deploy functions
run: supabase functions deploy --project-ref $PROJECT_ID
run: supabase functions deploy

- name: Push db changes
run: supabase db push

0 comments on commit ddabbb9

Please sign in to comment.