From e87495b027271290e908b1eadad81560d975ea0f Mon Sep 17 00:00:00 2001 From: chrismclarke Date: Sun, 24 Mar 2024 12:33:02 -0700 Subject: [PATCH] chore: ci --- .github/workflows/preview.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 8d5e685..ac61854 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -82,8 +82,8 @@ jobs: run: | cd frontend vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }} - vercel build - vercel deploy --prebuilt + vercel build --token=${{ secrets.VERCEL_TOKEN }} + vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }} # NOTE - also possible to do without intermediate but requires interaction with live cloud-run api # - name: Generate preview