Skip to content

Commit

Permalink
fix: deploy action
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 4e1efd9 commit 1646f85
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

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

0 comments on commit 1646f85

Please sign in to comment.