Skip to content

Commit

Permalink
Speedup the copy to S3
Browse files Browse the repository at this point in the history
  • Loading branch information
dpiparo committed Dec 15, 2024
1 parent 267f32a commit e86277f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
if: ${{ env.SHOULD_DEPLOY == 'true' }}
run: |
DEST="s3://root/${PR_NUMBER:-}" # if PR, upload in s3://root/<prnumber>
aws configure set default.s3.max_concurrent_requests 200
aws --endpoint-url https://s3.cern.ch s3 sync --delete build/${PR_NUMBER:-} ${DEST}
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit e86277f

Please sign in to comment.