From bf5b8bb9fe859ae5c980436a80cc805512a6d112 Mon Sep 17 00:00:00 2001 From: priyaranjanpatil Date: Mon, 4 Dec 2023 16:04:24 +1100 Subject: [PATCH] testing parameter store --- .github/workflows/github-actions.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index d36b910a..0b8475aa 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -11,6 +11,7 @@ on: 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: test #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 @@ -81,6 +82,11 @@ jobs: fi done + - name: Print new env var vaules + run: | + printf '%s\n' "$ECR_REPOSITORY" + + # - name: Prepare # id: prep