mirror of
https://github.com/snowball-tools/snowballtools-base.git
synced 2024-11-17 20:39:19 +00:00
Nabarun Gogoi
e816c596ca
* Create application deployment request on new deployment * Save application deployment request datas in deployment entity * Add project as dependency * Use project repo name as record app name --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com>
68 lines
1.7 KiB
JSON
68 lines
1.7 KiB
JSON
[
|
|
{
|
|
"ownerIndex": 0,
|
|
"organizationIndex": 0,
|
|
"name": "testProject",
|
|
"repository": "snowball-tools/snowball-ts-framework-template",
|
|
"prodBranch": "main",
|
|
"description": "test",
|
|
"template": "webapp",
|
|
"framework": "test",
|
|
"webhooks": [],
|
|
"icon": "",
|
|
"subDomain": "testProject.snowball.xyz"
|
|
},
|
|
{
|
|
"ownerIndex": 1,
|
|
"organizationIndex": 0,
|
|
"name": "testProject-2",
|
|
"repository": "snowball-tools/snowball-ts-framework-template",
|
|
"prodBranch": "main",
|
|
"description": "test-2",
|
|
"template": "webapp",
|
|
"framework": "test-2",
|
|
"webhooks": [],
|
|
"icon": "",
|
|
"subDomain": "testProject-2.snowball.xyz"
|
|
},
|
|
{
|
|
"ownerIndex": 2,
|
|
"organizationIndex": 0,
|
|
"name": "iglootools",
|
|
"repository": "snowball-tools/snowball-ts-framework-template",
|
|
"prodBranch": "main",
|
|
"description": "test-3",
|
|
"template": "webapp",
|
|
"framework": "test-3",
|
|
"webhooks": [],
|
|
"icon": "",
|
|
"subDomain": "iglootools.snowball.xyz"
|
|
},
|
|
{
|
|
"ownerIndex": 1,
|
|
"organizationIndex": 0,
|
|
"name": "iglootools-2",
|
|
"repository": "snowball-tools/snowball-ts-framework-template",
|
|
"prodBranch": "main",
|
|
"description": "test-4",
|
|
"template": "webapp",
|
|
"framework": "test-4",
|
|
"webhooks": [],
|
|
"icon": "",
|
|
"subDomain": "iglootools-2.snowball.xyz"
|
|
},
|
|
{
|
|
"ownerIndex": 0,
|
|
"organizationIndex": 1,
|
|
"name": "snowball-2",
|
|
"repository": "snowball-tools/snowball-ts-framework-template",
|
|
"prodBranch": "main",
|
|
"description": "test-5",
|
|
"template": "webapp",
|
|
"framework": "test-5",
|
|
"webhooks": [],
|
|
"icon": "",
|
|
"subDomain": "snowball-2.snowball.xyz"
|
|
}
|
|
]
|