Skip to content

Commit

Permalink
ci(supabase): temp continue on error (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayllyz committed May 21, 2024
1 parent e085abc commit d1ce791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- if: github.ref == 'refs/heads/main'
name: 🚀 Deploy migrations
continue-on-error: true
run: |
supabase link --project-ref ${{ env.SUPABASE_PROJECT_ID }}
supabase db push -p ${{ env.SUPABASE_DB_PASSWORD }}
echo $?

0 comments on commit d1ce791

Please sign in to comment.