Hello everyone,
I built a simple Go webhook that triggers a redeployment whenever changes are made to a Dockerfile on a Koyeb service. The code is available here:
This webhook listens for pushes to Docker hub and if it detects a change in the Dockerfile, it automatically redeploys the corresponding Koyeb service.
By Klevert.