Skip to content

Fix Netlify deploy URL retrieval for branch deploys#16896

Merged
pettinarip merged 1 commit intodevfrom
fix/netlify-deploy-url
Dec 15, 2025
Merged

Fix Netlify deploy URL retrieval for branch deploys#16896
pettinarip merged 1 commit intodevfrom
fix/netlify-deploy-url

Conversation

@pettinarip
Copy link
Copy Markdown
Member

Description

The script was failing to find deploys because it checked for a published boolean field that doesn't exist in the Netlify API response. Branch deploys are never marked as "published" (only production deploys are), so the check always failed.

Removed the published check to correctly find any ready deploy for the branch.

@netlify
Copy link
Copy Markdown

netlify Bot commented Dec 15, 2025

Deploy Preview for ethereumorg failed.

Name Link
🔨 Latest commit fe082c3
🔍 Latest deploy log https://app.netlify.com/projects/ethereumorg/deploys/694025872ac8f00008e60548

@github-actions github-actions Bot added the tooling 🔧 Changes related to tooling of the project label Dec 15, 2025
@pettinarip pettinarip merged commit dd3b5ee into dev Dec 15, 2025
3 of 7 checks passed
@pettinarip pettinarip deleted the fix/netlify-deploy-url branch December 15, 2025 15:48
This was referenced Dec 18, 2025
@wackerow wackerow mentioned this pull request Jan 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tooling 🔧 Changes related to tooling of the project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants