Skip to content

Commit d7237c7

Browse files
committed
Use preview
1 parent d59bfbd commit d7237c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-playgrounds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Deploy react playground to Vercel
6666
run: |
6767
npx vercel link --yes --project react-playground --scope corbado -t $VERCEL_TOKEN
68-
npx vercel pull -t $VERCEL_TOKEN
68+
npx vercel pull --environment=preview -t $VERCEL_TOKEN
6969
npx vercel build -t $VERCEL_TOKEN
7070
url="$(npx vercel deploy --prebuilt -t ${{ secrets.VERCEL_TOKEN }})"
7171
npx vercel alias -S corbado -t ${{ secrets.VERCEL_TOKEN }} "$url" $BRANCH_NAME.react.playground.corbado.io

0 commit comments

Comments
 (0)