Skip to content

Commit

Permalink
Merge pull request #20 from opentofu/rclone-perf
Browse files Browse the repository at this point in the history
  • Loading branch information
Yantrio authored Nov 20, 2023
2 parents d9f7fc5 + 2819e93 commit c54f44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: go run ./cmd/generate-v1 --destination ../generated

- name: Sync Data to R2
run: rclone sync ./generated R2:${{ secrets.R2_BUCKET_NAME }}
run: rclone sync -v -P --checkers=512 --transfers=512 --checksum --fast-list ./generated R2:${{ secrets.R2_BUCKET_NAME }}
env:
# R2 credentials should be stored as GitHub secrets
RCLONE_CONFIG_R2_TYPE: s3
Expand Down

0 comments on commit c54f44a

Please sign in to comment.