project-satisfy / satisfy

Satis composer repository manager with a Web UI
http://ludofleury.github.io/satisfy/
MIT License
514 stars 109 forks source link

Update README to include more detail on using webhooks #176

Closed longshadowdev closed 1 year ago

longshadowdev commented 1 year ago

We only really discovered how webhooks work by looking deep into the code. Before this we were going to use bitbucket pipelines to try to call satisfy, and were thinking because of the way the admin login works we'd need to hack it to create a custom url to kick off a build with some kind of pre-shared key auth. The whole time this wasn't needed as webhooks work perfectly.

ramunasd commented 1 year ago

Many thanks!