diff --git a/.github/workflows/hrm-ecs-deploy.yml b/.github/workflows/hrm-ecs-deploy.yml index 0a6eb4c40..6f9102d0a 100644 --- a/.github/workflows/hrm-ecs-deploy.yml +++ b/.github/workflows/hrm-ecs-deploy.yml @@ -144,6 +144,7 @@ jobs: service: ${{ inputs.environment }}-job-processor cluster: ${{ inputs.environment }}-ecs-cluster wait-for-service-stability: true + tags: Environment:${{ inputs.environment }} - name: Download current ECS task definition for the api service run: aws ecs describe-task-definition --task-definition ${{ inputs.environment }}-hrm-task --query taskDefinition > task-definition.json @@ -163,6 +164,7 @@ jobs: service: ${{ inputs.environment }}-ecs-service cluster: ${{ inputs.environment }}-ecs-cluster wait-for-service-stability: true + tags: Environment:${{ inputs.environment }} - name: Download current ECS task definition for scheduled tasks run: aws ecs describe-task-definition --task-definition ${{ inputs.environment }}-hrm-scheduled-task --query taskDefinition > task-definition-hrm-scheduled-task.json