Implement Keystone environment deployments
This commit is contained in:
9
resources/js/enums/DeployPolicy.js
Normal file
9
resources/js/enums/DeployPolicy.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// This is a generated file.
|
||||
|
||||
export default {
|
||||
"WITH_ENVIRONMENT": "with_environment",
|
||||
"DEPENDENCY_ONLY": "dependency_only",
|
||||
"MANUAL_OR_ON_ROUTE_CHANGE": "manual_or_on_route_change",
|
||||
"MANUAL": "manual"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user