Skip to content

Commit

Permalink
increased task CPU and memory of production environment
Browse files Browse the repository at this point in the history
Sheetal-ayanworks committed Jul 8, 2024
1 parent b84e600 commit 1e9f4e2
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
@@ -86,7 +86,7 @@ jobs:
run: |
FAMILY=$(sed -n 's/.*"family": "\(.*\)",/\1/p' prod-taskdef/user-service.json)
NAME=$(sed -n 's/.*"name": "\(.*\)",/\1/p' prod-taskdef/user-service.json)
SERVICE_NAME="${NAME}_service"
SERVICE_NAME="agent-provisioning_service"
# Replace placeholders in the JSON file
sed -e "s;%BUILD_NUMBER%;${{ github.run_number }};g" -e "s;%REPOSITORY_URI%;${REPOSITORY_URI};g" prod-taskdef/user-service.json > ${GITHUB_WORKSPACE}/${NAME}-v_${{ github.run_number }}.json

0 comments on commit 1e9f4e2

Please sign in to comment.