-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstate.json
More file actions
33 lines (33 loc) · 761 Bytes
/
state.json
File metadata and controls
33 lines (33 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"last_updated": "2026-01-15T14:30:00Z",
"deploying": false,
"last_deploy": {
"timestamp": "2026-01-15T14:25:00Z",
"environment": "production",
"version": "abc1234",
"status": "success",
"duration_seconds": 45
},
"staging_verified": true,
"staging_version": "abc1234",
"deploy_history": [
{
"timestamp": "2026-01-15T14:25:00Z",
"environment": "production",
"version": "abc1234",
"status": "success"
},
{
"timestamp": "2026-01-15T13:50:00Z",
"environment": "staging",
"version": "abc1234",
"status": "success"
},
{
"timestamp": "2026-01-12T10:15:00Z",
"environment": "production",
"version": "def5678",
"status": "success"
}
]
}