Skip to content

Commit

Permalink
fix: deploy action 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien MAIRE authored and Julien MAIRE committed Jan 31, 2025
1 parent 72328f4 commit 597075f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
SUPABASE_DB_URL: ${{ secrets.SUPABASE_DB_URL }}
run: |
npx supabase link --project-ref dtdsoudleeheckhqyqsk
yes | npx supabase db reset --linked --db-url $SUPABASE_DB_URL
yes | npx supabase db reset --debug --linked --db-url $SUPABASE_DB_URL
npx tsx tools/populateDbWithFakeData.ts

0 comments on commit 597075f

Please sign in to comment.