diff --git a/.github/workflows/dev.yaml b/.github/workflows/dev.yaml index d546c01..5dc5ffd 100644 --- a/.github/workflows/dev.yaml +++ b/.github/workflows/dev.yaml @@ -26,7 +26,7 @@ jobs: - name: ls existing variables run: vercel env ls preview --token=${{ secrets.VERCEL_TOKEN }} - name: Pull Vercel Environment Information - run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }} + run: vercel pull .env.local --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }} - name: Build Project Artifacts run: vercel build --token=${{ secrets.VERCEL_TOKEN }} --yes - name: Deploy Project Artifacts to Vercel