Skip to content

Commit

Permalink
reduced-redundancy
Browse files Browse the repository at this point in the history
  • Loading branch information
etinquis committed Aug 4, 2023
1 parent 120016d commit b622648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master_landsofhope_resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
uses: nschloe/action-checkout-with-lfs-cache@v1
- run: pip install s3cmd
- name: Publish
run: s3cmd sync -n --access_key=${{ secrets.AWS_ACCESS_KEY_ID }} --secret_key=${{ secrets.AWS_SECRET_ACCESS_KEY }} --host=${{ secrets.AWS_ENDPOINT_URL }} --host-bucket=${{ secrets.AWS_ENDPOINT_URL }} --bucket-location=auto --delete-removed --no-preserve --recursive --rexclude "^\..*$" . 's3://lohimg'
run: s3cmd sync --access_key=${{ secrets.AWS_ACCESS_KEY_ID }} --secret_key=${{ secrets.AWS_SECRET_ACCESS_KEY }} --host=${{ secrets.AWS_ENDPOINT_URL }} --host-bucket=${{ secrets.AWS_ENDPOINT_URL }} --bucket-location=auto --delete-removed --delete-after --no-preserve --recursive --reduced-redundancy --rexclude "^\..*$" . 's3://lohimg'

0 comments on commit b622648

Please sign in to comment.