Implement Keystone environment deployments
This commit is contained in:
9
resources/js/enums/BuildArtifactStatus.js
Normal file
9
resources/js/enums/BuildArtifactStatus.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// This is a generated file.
|
||||
|
||||
export default {
|
||||
"PENDING": "pending",
|
||||
"BUILDING": "building",
|
||||
"AVAILABLE": "available",
|
||||
"FAILED": "failed"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user