Skip to content

Commit

Permalink
fix: preview deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz21 committed Mar 6, 2025
1 parent 70ac191 commit d2f28f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: Build Project Artifacts
run: vercel build --token=${{ secrets.VERCEL_TOKEN }}
- name: Deploy Project Artifacts to Vercel
id: deploy
run: |
vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }} > deploy.log
URL=$(cat deploy.log | grep -o 'https://[^ ]*.vercel.app' | head -n1)
Expand Down

0 comments on commit d2f28f8

Please sign in to comment.