Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,7 @@ jobs:
run: npm ci

- name: Build for Vercel
run: |
npm run build
run: vercel build --token ${{ secrets.VERCEL_TOKEN }}
env:
NODE_ENV: production
NEXT_PUBLIC_SUPABASE_URL: ${{ secrets.NEXT_PUBLIC_SUPABASE_URL }}
Expand Down Expand Up @@ -378,8 +377,7 @@ jobs:
run: npm ci

- name: Build for Vercel
run: |
npm run build
run: vercel build --token ${{ secrets.VERCEL_TOKEN }}
env:
NODE_ENV: production
NEXT_PUBLIC_SUPABASE_URL: ${{ secrets.NEXT_PUBLIC_SUPABASE_URL }}
Expand Down
Loading