Ajout de vercel

This commit is contained in:
BuzzLeclair 2025-03-07 21:14:01 +01:00
parent 5c3aa1e836
commit a1b004646f

View File

@ -29,3 +29,9 @@ jobs:
- name: Build project
run: npm run build
- name: Deploy to Vercel
env:
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
run: npx vercel --prod --token $VERCEL_TOKEN