You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): send X-GitHub-Event on the CDN deploy webhook
Dokploy reads the branch from the body only when the request carries an
X-GitHub-Event header; without it the webhook answered 301 "Branch Not
Match" and deployed nothing, so verify-cdn-release failed the 0.13.1
release with a stale CDN. 301 is not an error status, so --fail let the
job pass green: check the status code instead.
0 commit comments