feat: verify webhook build deploy
This commit is contained in:
1
app.py
1
app.py
@@ -8,6 +8,7 @@ class Handler(BaseHTTPRequestHandler):
|
|||||||
"app": "demo-app",
|
"app": "demo-app",
|
||||||
"status": "ok",
|
"status": "ok",
|
||||||
"path": self.path,
|
"path": self.path,
|
||||||
|
"delivery": "webhook-build-deploy",
|
||||||
}
|
}
|
||||||
body = json.dumps(payload).encode("utf-8")
|
body = json.dumps(payload).encode("utf-8")
|
||||||
self.send_response(200)
|
self.send_response(200)
|
||||||
|
|||||||
Reference in New Issue
Block a user