Skip to content

Commit

Permalink
(chore): remove db push from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Jipperism committed Jun 17, 2024
1 parent ad3494a commit 291ac7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ jobs:
with:
version: latest

- run: supabase link --project-ref $SUPABASE_PROJECT_ID
- run: supabase db push
- run: supabase link --project-ref $SUPABASE_PROJECT_ID
3 changes: 1 addition & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ jobs:
with:
version: latest

- run: supabase link --project-ref $SUPABASE_PROJECT_ID
- run: supabase db push
- run: supabase link --project-ref $SUPABASE_PROJECT_ID

0 comments on commit 291ac7a

Please sign in to comment.