Setup Webhook #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I don't want to manually update the site when a new docker release goes out, so lets get a webhook setup. Portainer restricts these to business, so let's ditch portainer, move to raw docker-compose, and add https://github.com/staticfloat/docker-webhook to setup a webhook. CI/CD side we can add an unauthenticated call on dockerhub, gitea side might be too fast unless we can rely on the build finishing, or check drone's offerings.
https://plugins.drone.io/plugins/webhook for drone is probably best
Looks like we could either do drone (preferred) or gitea on release event
Moved to 1.3 since this isnt explicitly needed yet, will be more important as setup for multiple services as projects