Skip to content

Commit

Permalink
conf: Added github page deployment
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 64e1c9b commit 260c9f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@ jobs:
- name: Install dependencies
run: npm install

- name: Build the project
run: npm run build

- name: Link Supabase && init db && populate
env:
SUPABASE_PROJECT_REF: ${{ env.SUPABASE_PROJECT_REF }}
SUPABASE_PROJECT_REF: ${{ vars.SUPABASE_PROJECT_REF }}
SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }}
SUPABASE_DB_URL: ${{ secrets.SUPABASE_DB_URL }}
run: |
Expand Down

0 comments on commit 260c9f9

Please sign in to comment.