22 lines
422 B
JSON
22 lines
422 B
JSON
{
|
|
"active_stack": "blue",
|
|
"inactive_stack": "green",
|
|
"last_deployment": null,
|
|
"last_deployment_commit": null,
|
|
"last_deployment_status": null,
|
|
"blue": {
|
|
"version": null,
|
|
"commit": null,
|
|
"deployed_at": null,
|
|
"healthy": false
|
|
},
|
|
"green": {
|
|
"version": null,
|
|
"commit": null,
|
|
"deployed_at": null,
|
|
"healthy": false
|
|
},
|
|
"rollback_available": false,
|
|
"maintenance_mode": false
|
|
}
|