Skip to content

Commit

Permalink
Try to fix deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien MAIRE authored and Julien MAIRE committed Feb 3, 2025
1 parent e82f37c commit a7d0fa0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to prod
on:
push:
branches:
- main
- "**"

jobs:
deploy:
Expand Down Expand Up @@ -36,6 +36,7 @@ jobs:
SUPABASE_PROJECT_REF: ${{ vars.SUPABASE_PROJECT_REF }}
SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }}
SUPABASE_DB_URL: ${{ secrets.SUPABASE_DB_URL }}
SUPABASE_DB_PASSWORD: ${{secrets.SUPABASE_DB_PASSWORD}}
run: |
npx supabase link --project-ref $SUPABASE_PROJECT_REF
npx supabase db push
Expand Down

0 comments on commit a7d0fa0

Please sign in to comment.