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
{{ message }}
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
With webhooks, we can ask Github to push payloads to our server when a PR is merged to master: we could then automatically trigger the update script. Important considerations:
A web server will need to listen to these hooks anyway. Should it be part of the express instance itself (probably not a good idea, in terms of security and stability)? Or do we create another server instance but we then also have to setup docker or systemd etc. ?
With webhooks, we can ask Github to push payloads to our server when a PR is merged to master: we could then automatically trigger the update script. Important considerations:
See docs at https://docs.github.com/en/developers/webhooks-and-events/webhooks
The text was updated successfully, but these errors were encountered: