cncf / presentations-website

Code for presentations.cncf.io
MIT License
2 stars 0 forks source link

Trigger sync on GH PR merge #6

Closed cjyabraham closed 1 year ago

cjyabraham commented 1 year ago

We do this currently with the people sync from the people repo using a GH webhook that pings https://www.cncf.io/wp-json/lf/v1/sync_people when a PR is merged. Webhook is here. We need to wait until the site is on its live url before setting this up.

cjyabraham commented 1 year ago

This is working now. The site should be synced within 10 min after a PR is merged.