mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 00:57:23 +00:00
docs: update scripts to reflect changes in aws. modify cluster name and added notes
This commit is contained in:
committed by
starbirdtech383
parent
122d8fec5e
commit
286d7a6b3e
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"applicationName": "nocohub-001-cli",
|
||||
"deploymentGroupName": "cd-2",
|
||||
"applicationName": "nocohub-001-cd",
|
||||
"deploymentGroupName": "nocohub-service",
|
||||
"deploymentConfigName": "CodeDeployDefault.ECSLinear10PercentEvery1Minutes",
|
||||
"serviceRoleArn": "arn:aws:iam::249717198246:role/nocohub-codedeploy",
|
||||
"deploymentStyle": {
|
||||
@@ -39,8 +39,8 @@
|
||||
},
|
||||
"ecsServices": [
|
||||
{
|
||||
"serviceName": "nocohub-service-cli",
|
||||
"clusterName": "nocohub-001"
|
||||
"serviceName": "nocohub-service",
|
||||
"clusterName": "nocohub-001-a"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user