Ajout de vercel
This commit is contained in:
parent
5c3aa1e836
commit
a1b004646f
@ -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
|
||||
|
Reference in New Issue
Block a user