Update ci.yml (x5)

This commit is contained in:
Santiago Lo Coco 2024-04-23 20:18:12 +02:00
parent a8ca114db7
commit e768924d45
1 changed files with 5 additions and 4 deletions

View File

@ -51,15 +51,16 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name: build
- name: Install Vercel CLI
run: npm install --global vercel@canary
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
- uses: actions/download-artifact@v4
with:
name: build
path: .vercel/
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }}