Skip to content

Commit

Permalink
chore: debug supabase failed deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
dOrgJelli committed Feb 20, 2024
1 parent c344e1c commit ee28317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- uses: supabase/setup-cli@v1
with:
version: latest
- run: supabase link --project-ref $SUPABASE_PROJECT_ID
- run: supabase link --project-ref $SUPABASE_PROJECT_ID --debug
working-directory: ./web
env:
SUPABASE_ACCESS_TOKEN: ${{ secrets.DEV_SUPABASE_ACCESS_TOKEN }}
Expand Down

0 comments on commit ee28317

Please sign in to comment.