Skip to content

Commit

Permalink
preview: use connect project
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh authored Jun 9, 2024
1 parent 03ce744 commit 877a22f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: cloudflare/[email protected]
with:
branch: ${{ steps.pr.outputs.result }}
projectName: new-connect
projectName: connect
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
apiToken: ${{ secrets.CLOUDFLARE_PAGES_TOKEN }}
directory: dist
Expand All @@ -65,7 +65,7 @@ jobs:
* mark your PR as a draft until it's ready to review
* post the preview on [Discord](https://discord.comma.ai); feedback from users will speedup the PR review
deployed preview: https://${{ steps.pr.outputs.result }}.new-connect.pages.dev
deployed preview: https://${{ steps.pr.outputs.result }}.connect-d5y.pages.dev
comment_tag: run_id
pr_number: ${{ steps.pr.outputs.result }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 877a22f

Please sign in to comment.