Skip to content

Commit

Permalink
testing parameter store
Browse files Browse the repository at this point in the history
  • Loading branch information
priyaranjanpatil committed Dec 4, 2023
1 parent 0888464 commit 2103b76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ env:
ENVIRONMENT: development
AWS_REGION: ap-southeast-2 #MY_AWS_REGION # set this to your preferred AWS region, e.g. us-west-1
#ECR_REPOSITORY: #########.dkr.ecr.ap-southeast-2.amazonaws.com/aodn-v2 # set this to your Amazon ECR repository name
#ECS_SERVICE: es-indexer-service #MY_ECS_SERVICE # set this to your Amazon ECS service name
#ECS_CLUSTER: aodn-imos-v2 # set this to your Amazon ECS cluster name
ECS_SERVICE: es-indexer-service #MY_ECS_SERVICE # set this to your Amazon ECS service name
ECS_CLUSTER: aodn-imos-v2 # set this to your Amazon ECS cluster name
ECS_TASK_DEFINITION: ./aodn-es-indexer-td.json #MY_ECS_TASK_DEFINITION # set this to the path to your Amazon ECS task definition
# file, e.g. .aws/task-definition.json
#CONTAINER_NAME: aodn-es-indexer #MY_CONTAINER_NAME # set this to the name of the container in the
CONTAINER_NAME: aodn-es-indexer #MY_CONTAINER_NAME # set this to the name of the container in the
# containerDefinitions section of your task definition
#ROLE_ARN: arn:aws:iam::#########:role/tlc-ci-cd
name: development
Expand Down

0 comments on commit 2103b76

Please sign in to comment.