We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d59bfbd commit d7237c7Copy full SHA for d7237c7
1 file changed
.github/workflows/deploy-playgrounds.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: Deploy react playground to Vercel
66
run: |
67
npx vercel link --yes --project react-playground --scope corbado -t $VERCEL_TOKEN
68
- npx vercel pull -t $VERCEL_TOKEN
+ npx vercel pull --environment=preview -t $VERCEL_TOKEN
69
npx vercel build -t $VERCEL_TOKEN
70
url="$(npx vercel deploy --prebuilt -t ${{ secrets.VERCEL_TOKEN }})"
71
npx vercel alias -S corbado -t ${{ secrets.VERCEL_TOKEN }} "$url" $BRANCH_NAME.react.playground.corbado.io
0 commit comments