forked from cerc-io/snowballtools-base
Nabarun Gogoi
ac7064afa5
* Display current deployment info in overview tab * Add assign domain dialog box in deployments * Add empty link for project settings in assign domain dialog box * Use react router dom link * Add sub domain to project entity * Add deployment url with custom generated string * Set nano id to deployment id * Add sub domain while creating new project * Use same id as in url * Update readme steps for production build * Update README --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com>
68 lines
1.5 KiB
JSON
68 lines
1.5 KiB
JSON
[
|
|
{
|
|
"ownerIndex": 0,
|
|
"organizationIndex": 0,
|
|
"name": "testProject",
|
|
"repository": "test",
|
|
"prodBranch": "main",
|
|
"description": "test",
|
|
"template": "test",
|
|
"framework": "test",
|
|
"webhooks": [],
|
|
"icon": "",
|
|
"subDomain": "testProject.snowball.xyz"
|
|
},
|
|
{
|
|
"ownerIndex": 1,
|
|
"organizationIndex": 0,
|
|
"name": "testProject-2",
|
|
"repository": "test-2",
|
|
"prodBranch": "main",
|
|
"description": "test-2",
|
|
"template": "test-2",
|
|
"framework": "test-2",
|
|
"webhooks": [],
|
|
"icon": "",
|
|
"subDomain": "testProject-2.snowball.xyz"
|
|
},
|
|
{
|
|
"ownerIndex": 2,
|
|
"organizationIndex": 0,
|
|
"name": "iglootools",
|
|
"repository": "test-3",
|
|
"prodBranch": "main",
|
|
"description": "test-3",
|
|
"template": "test-3",
|
|
"framework": "test-3",
|
|
"webhooks": [],
|
|
"icon": "",
|
|
"subDomain": "iglootools.snowball.xyz"
|
|
},
|
|
{
|
|
"ownerIndex": 1,
|
|
"organizationIndex": 0,
|
|
"name": "iglootools-2",
|
|
"repository": "test-4",
|
|
"prodBranch": "main",
|
|
"description": "test-4",
|
|
"template": "test-4",
|
|
"framework": "test-4",
|
|
"webhooks": [],
|
|
"icon": "",
|
|
"subDomain": "iglootools-2.snowball.xyz"
|
|
},
|
|
{
|
|
"ownerIndex": 0,
|
|
"organizationIndex": 1,
|
|
"name": "snowball-2",
|
|
"repository": "test-5",
|
|
"prodBranch": "main",
|
|
"description": "test-5",
|
|
"template": "test-5",
|
|
"framework": "test-5",
|
|
"webhooks": [],
|
|
"icon": "",
|
|
"subDomain": "snowball-2.snowball.xyz"
|
|
}
|
|
]
|