Skip to content

Commit

Permalink
fix: deploy action 3
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 62604aa commit 62fc6d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
run: npm install

- name: Link Supabase
env:
SUPABASE_PROJECT_REF: ${{ vars.SUPABASE_PROJECT_REF }}
run: |
npx supabase link --project-ref ${{ vars.SUPABASE_PROJECT_REF }}
npx supabase link --project-ref $SUPABASE_PROJECT_REF
#Deploy supabase
- name: Run Docker Compose
Expand Down

0 comments on commit 62fc6d0

Please sign in to comment.