We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 706c909 commit 21ae8d5Copy full SHA for 21ae8d5
.github/workflows/dev-agent-provisioning.yml
@@ -85,8 +85,8 @@ jobs:
85
# Register the task definition using the modified JSON file
86
aws ecs register-task-definition --family ${FAMILY} --cli-input-json file://${GITHUB_WORKSPACE}/${NAME}-v_${{ github.run_number }}.json --region ${{ env.AWS_REGION }}
87
88
- - name: Update Task Definition and service
89
- run: |
+ - name: Update Task Definition and service
+ run: |
90
FAMILY=$(sed -n 's/.*"family": "\(.*\)",/\1/p' taskdef/user-service.json)
91
NAME=$(sed -n 's/.*"name": "\(.*\)",/\1/p' taskdef/user-service.json)
92
SERVICE_NAME="${NAME}_service"
0 commit comments