Skip to content

Commit

Permalink
Set concurrency to 5 (best results)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Oct 31, 2024
1 parent 9ce15a3 commit ce5c989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
role-session-name: ${{ inputs.role-session-name }}
role-duration-seconds: ${{ inputs.role-duration-seconds }}
- name: CDK deploy
run: cdk deploy --all --require-approval never
run: cdk deploy --all --concurrency 5 --require-approval never
env:
ENV: ${{ inputs.environment }}
SECRETS: ${{ inputs.secrets-location }}

0 comments on commit ce5c989

Please sign in to comment.