From c796e2537cfc6a8930b41c40b2aa91b13e05bb10 Mon Sep 17 00:00:00 2001 From: Sheetal Date: Tue, 16 Apr 2024 13:08:44 +0530 Subject: [PATCH] pipeline implemetation --- .github/workflows/dev-user.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dev-user.yml b/.github/workflows/dev-user.yml index 449d70f4a..e8976f1a2 100644 --- a/.github/workflows/dev-user.yml +++ b/.github/workflows/dev-user.yml @@ -21,7 +21,7 @@ jobs: id-token: write contents: read - steps: + steps: - name: Checkout Repository uses: actions/checkout@v2 @@ -84,8 +84,8 @@ jobs: # Register the task definition using the modified JSON file aws ecs register-task-definition --family ${FAMILY} --cli-input-json file://${GITHUB_WORKSPACE}/${NAME}-v_${{ github.run_number }}.json --region ${{ env.AWS_REGION }} - - name: Create or Update Service - run: | + - name: Create or Update Service + run: | echo "SERVICE_NAME: ${SERVICE_NAME}" # Describe the service once and store the result SERVICE_INFO=$(aws ecs describe-services --services ${SERVICE_NAME} --cluster ${CLUSTER} --region ${{ env.AWS_REGION }})