We have multiple Cloudflare Pages projects deploying from the same repo (docs site, stats site, design system docs), and they all show up in PR deployment comments with the same generic description:
github-actions bot deployed to preview
Since all the deployments look identical, there's no way to tell which site is being deployed without clicking through to the deployment URL.
This was working correctly when we used cloudflare/pages-action@v1 before migrating to wrangler-action@v3.
Is there currently a way to customize the deployment description so we can differentiate between different Pages projects? Or would this need to be added as a feature?
What we'd like is for the deployment to show something like "Deployed to stats"
We have multiple Cloudflare Pages projects deploying from the same repo (docs site, stats site, design system docs), and they all show up in PR deployment comments with the same generic description:
Since all the deployments look identical, there's no way to tell which site is being deployed without clicking through to the deployment URL.
This was working correctly when we used
cloudflare/pages-action@v1before migrating towrangler-action@v3.Is there currently a way to customize the deployment description so we can differentiate between different Pages projects? Or would this need to be added as a feature?
What we'd like is for the deployment to show something like "Deployed to
stats"