Skip to content

Commit

Permalink
increased task CPU and memory of production environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheetal-ayanworks committed Jul 8, 2024
1 parent 1e9f4e2 commit 1cd01c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod-agent-provisioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Update Task Definition
run: |
FAMILY=$(sed -n 's/.*"family": "\(.*\)",/\1/p' prod-taskdef/agent-provisioning.json)
NAME=$(sed -n 's/.*"name": "\(.*\)",/\1/p' prod-taskdef/agent-provisioning.json)
SERVICE_NAME="agent-provisioning_service"
echo "SERVICE_NAME: ${SERVICE_NAME}"
Expand Down

0 comments on commit 1cd01c9

Please sign in to comment.