chore: defaults
This commit is contained in:
52
data/allowed_project_types.json
Normal file
52
data/allowed_project_types.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"": {
|
||||
"icon_type" : "",
|
||||
"ci_config_path": ".gitlab-ci.yml",
|
||||
"tags" : [],
|
||||
"variables": {},
|
||||
"scoped_variables": {},
|
||||
"environments": {}
|
||||
|
||||
},
|
||||
"python-poetry": {
|
||||
"icon_type" : "python",
|
||||
"ci_config_path": "application/python-poetry.yml@fabryka_ofert/fo.devops/gitlab/gitlab-ci",
|
||||
"tags" : ["vagrant", "devops"],
|
||||
"variables": {},
|
||||
"scoped_variables": {},
|
||||
"environments": {}
|
||||
|
||||
},
|
||||
"container": {
|
||||
"icon_type" : "container",
|
||||
"ci_config_path": "containers/docker.yml",
|
||||
"tags" : ["docker"],
|
||||
"variables": {},
|
||||
"scoped_variables": {},
|
||||
"environments": {}
|
||||
},
|
||||
"packer": {
|
||||
"icon_type" : "packer",
|
||||
"ci_config_path": "infrastructure/packer.yml",
|
||||
"tags" : ["packer"],
|
||||
"variables": {},
|
||||
"scoped_variables": {},
|
||||
"environments": {}
|
||||
},
|
||||
"terraform": {
|
||||
"icon_type" : "terraform",
|
||||
"ci_config_path": "infrastructure/terraform.yml@fabryka_ofert/fo.devops/gitlab/gitlab-ci",
|
||||
"tags" : ["terraform"],
|
||||
"variables": {},
|
||||
"scoped_variables": {},
|
||||
"environments": {}
|
||||
},
|
||||
"terraform-module": {
|
||||
"icon_type" : "terraform",
|
||||
"ci_config_path": "infrastructure/terraform-module.yml@fabryka_ofert/fo.devops/gitlab/gitlab-ci",
|
||||
"tags" : ["terraform", "terraform-module"],
|
||||
"variables": {},
|
||||
"scoped_variables": {},
|
||||
"environments": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user