From 2679cced913ce1758f5a3016458d010946b019f8 Mon Sep 17 00:00:00 2001 From: bensigo Date: Wed, 27 Sep 2023 13:15:46 +0400 Subject: [PATCH] feat: testing preview deployment --- .github/workflows/dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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