Skip to content

Commit

Permalink
Make prod vercel deployments public
Browse files Browse the repository at this point in the history
  • Loading branch information
Tehnix committed Jan 10, 2024
1 parent a7be0bf commit 9a2f640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vercel-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID_UI_INTERNAL }}
run: |
echo "Preview URLs:" >> $GITHUB_STEP_SUMMARY
url="$(bunx vercel deploy --prod --scope=${{ secrets.VERCEL_ORG_ID }} --token=${{ secrets.VERCEL_TOKEN }})"
url="$(bunx vercel deploy --prod --public --scope=${{ secrets.VERCEL_ORG_ID }} --token=${{ secrets.VERCEL_TOKEN }})"
echo "url=$url" >> $GITHUB_OUTPUT
echo "- Direct URL: $url" >> $GITHUB_STEP_SUMMARY
echo $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit 9a2f640

Please sign in to comment.