bizpacreview.com/2024/12/16/ke…
Ketanji Brown Jackson makes Broadway debut in woke 'Romeo & Juliet' remake
Supreme Court Justice Ketanji Brown Jackson reportedly set a dubious historic precedent as she made her Broadway debut. “I did it! I made it to Broadway,” an […]Frieda Powers (BizPac Review)
Otto Pureblood likes this.
Aral Balkan
in reply to Aral Balkan • • •One of the advantages of deploying Kitten sites/apps is that you can set up a webhook URL in your source code repository so that every time you push to your main branch, you app automatically updates.
(This is a feature for developers. For everyday people who use technology as an everyday thing, Kitten sites deployed via Domain will automatically update based on a versioning system that ensures API stability between the app and Kitten so that sites don’t break. Kitten itself also auto-updates.)
Jubei
in reply to Aral Balkan • • •Aral Balkan
in reply to Jubei • • •@jubei Sure, here you go:
kitten.small-web.org
(The documentation is a work-in-progress. I’m working on a comprehensive technical manual as we speak.) :)
Aral Balkan
Unknown parent • • •@ctietze Thanks. It’s pretty simple, really:
On the Codeberg/Forgejo side, they use git hooks to make a HTTPS request to the webhook URL whenever there’s a push (in this case, only to the main branch).
On the Kitten side, Kitten deploys apps from their git repositories so all it has to do is pull in the latest changes.
This is the webhook code on the Kitten side of things:
codeberg.org/kitten/app/src/br…
#Kitten #SmallWeb #git #webhooks #updates #web #dev #NodeJS