fix: I dunno, I'm making git server changes
This commit is contained in:
21
config/deployment/state.json
Normal file
21
config/deployment/state.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user