Skip to content

Commit

Permalink
use deployment-url
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam committed Jun 13, 2024
1 parent 41361dc commit 84b3e49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
return pullRequestNumber
- name: Deploy to Cloudflare Pages
id: cloudflare-publish
uses: cloudflare/wrangler-action@v3
with:
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
Expand All @@ -60,7 +61,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 }}.connect-d5y.pages.dev
deployed preview: ${{ steps.cloudflare-publish.outputs.deployment-url }}
comment_tag: run_id
pr_number: ${{ steps.pr.outputs.result }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 84b3e49

Please sign in to comment.