fix(vercel): env dev

This commit is contained in:
Stan Girard 2023-06-29 10:59:55 +02:00
parent 108ab1636b
commit 82ac2ce3c0

View File

@ -14,7 +14,7 @@ jobs:
- name: Install Vercel CLI - name: Install Vercel CLI
run: npm install --global vercel@latest run: npm install --global vercel@latest
- name: Pull Vercel Environment Information - name: Pull Vercel Environment Information
run: vercel pull --yes --environment=development --token=${{ secrets.VERCEL_TOKEN }} run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts - name: Build Project Artifacts
run: vercel build --token=${{ secrets.VERCEL_TOKEN }} run: vercel build --token=${{ secrets.VERCEL_TOKEN }}
- name: Deploy Project Artifacts to Vercel - name: Deploy Project Artifacts to Vercel