Skip to content

Commit

Permalink
pipeline implemetation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheetal-ayanworks committed Apr 17, 2024
1 parent 6ccb72b commit 4be99e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-api-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Update Task Definition and service
run: |
FAMILY=$(sed -n 's/.*"family": "\(.*\)",/\1/p' taskdef/api-gateway-service.json)
NAME=$(sed -n 's/.*"name": "\(.*\)",/\1/p' taskdef/api-gateway-service.json)
NAME=$(jq -r '.containerDefinitions[0].name' taskdef/api-gateway-taskdef.json)
SERVICE_NAME="${NAME}_service"
echo "SERVICE_NAME: $SERVICE_NAME"
Expand Down

0 comments on commit 4be99e7

Please sign in to comment.