docs: update scripts to reflect changes in aws. modify cluster name and added notes

This commit is contained in:
starbirdtech383
2023-02-09 15:57:46 +05:30
committed by starbirdtech383
parent 122d8fec5e
commit 286d7a6b3e
12 changed files with 124 additions and 21 deletions

View File

@@ -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"
}
]
}