From 8fa99a8db238da2cbd7e620da55a1a7754c1c403 Mon Sep 17 00:00:00 2001 From: seaerchin Date: Fri, 16 Aug 2024 01:16:19 +0800 Subject: [PATCH] sanity check --- .github/workflows/aws_deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/aws_deploy.yml b/.github/workflows/aws_deploy.yml index 63d8c1f18a..07f14187d8 100644 --- a/.github/workflows/aws_deploy.yml +++ b/.github/workflows/aws_deploy.yml @@ -186,6 +186,9 @@ jobs: container-name: ${{ inputs.ecs-container-name }} image: ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }} + - name: sanity check + - run: cat ${{steps.task-def.outputs.task-definition}} + - name: Deploy Amazon ECS task definition uses: aws-actions/amazon-ecs-deploy-task-definition@v1 with: