From bb5c2730de647619457856ca273b8a1ec3c72c2e Mon Sep 17 00:00:00 2001 From: pauliusguzas Date: Tue, 22 Oct 2024 17:27:27 +0300 Subject: [PATCH] try to fix prod deployments: --- .github/workflows/prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index 510027b..0bc264c 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -23,7 +23,7 @@ jobs: run: npm install --global vercel@latest - run: rm -rf .vercel - name: Pull Vercel Environment Information - run: vercel pull --yes --git-branch=release --environment=production --token=${{ secrets.VERCEL_TOKEN }} + run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }} - name: Build Project Artifacts run: BASE_URL=https://renative.org ALGOLIA_INDEX=renative_docsearch vercel build - name: Deploy Project Artifacts to Vercel