docs(deploy): include signed approval evidence in status example

This commit is contained in:
2026-08-26 23:23:40 +02:00
parent b5b6660fdc
commit 858b09afeb
+6 -2
View File
@@ -1,11 +1,15 @@
{ {
"repository": "jens/example-app", "repository": "jens/example-app",
"environment": "production", "environment": "production",
"request_id": "3a6ed71c-d52d-4d8d-9678-96e0c9456a81", "request_id": "appr-3a6ed71cd52d",
"commit_sha": "0123456789abcdef0123456789abcdef01234567", "commit_sha": "0123456789abcdef0123456789abcdef01234567",
"previous_sha": "89abcdef0123456789abcdef0123456789abcdef", "previous_sha": "89abcdef0123456789abcdef0123456789abcdef",
"requested_sha": "0123456789abcdef0123456789abcdef01234567", "requested_sha": "0123456789abcdef0123456789abcdef01234567",
"deployed_at": "2026-07-24T13:00:00Z", "approval_id": "appr-3a6ed71cd52d",
"approval_fingerprint": "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef",
"evidence_verified": true,
"evidence_issued_at": "1787778000",
"deployed_at": "2026-08-26T21:00:00Z",
"health": "healthy", "health": "healthy",
"last_exit_code": 0 "last_exit_code": 0
} }