Skip to content

Commit

Permalink
fix(ci): remove redundant cd command in sb migration workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vhpx committed Apr 15, 2024
1 parent 34659a3 commit 7ae3cd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/supabase-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ jobs:

- name: Deploy migrations to production
run: |
cd apps/web
supabase link --project-ref ${{ env.PRODUCTION_PROJECT_ID }}
supabase db push

1 comment on commit 7ae3cd6

@vercel
Copy link

@vercel vercel bot commented on 7ae3cd6 Apr 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.