Deploy Hooks with PubSubHubbub

Is there an easy way to use Deploy Hooks as a callback URL for PubSubHubbub (i.e. YouTube API push notifications; https://developers.google.com/youtube/v3/guides/push_notifications )? I don't really care about the notification content, I just want it to trigger a build. However, it currently fails the verification step, because I assume it checks the URL with a GET request, which returns a 405 Method Not Allowed.
1 Reply
Vero
Vero15mo ago
Hi @groenroos , you'd need to hit something else first. Like, use a Worker as the callback and then use that to hit the deploy hook