small fixes and deploy event streaming
This commit is contained in:
@@ -15,3 +15,9 @@ type Compression struct {
|
||||
type Info struct {
|
||||
Compression Compression `json:"compression"`
|
||||
}
|
||||
|
||||
type DeploymentEvent struct {
|
||||
Stage string `json:"stage"`
|
||||
Message string `json:"message"`
|
||||
Error string `json:"error,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user