feat: verify webhook build deploy

This commit is contained in:
2026-04-18 11:24:03 +08:00
parent d570502bb2
commit f7114f6c11

1
app.py
View File

@@ -8,6 +8,7 @@ class Handler(BaseHTTPRequestHandler):
"app": "demo-app",
"status": "ok",
"path": self.path,
"delivery": "webhook-build-deploy",
}
body = json.dumps(payload).encode("utf-8")
self.send_response(200)