Skip to content

Commit

Permalink
Update synchronization.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Aug 18, 2023
1 parent 7282bdd commit 1f62c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/synchronization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
role-to-assume: arn:aws:iam::927162227090:role/library-s3
role-duration-seconds: 43200 # 12 hours (maximum)
- run: >
go run github.com/rclone/rclone@v1 copy .
:s3,env_auth=true:library-s3
go run github.com/rclone/rclone@v1 copy --exclude .git/**
. :s3,provider=AWS,env_auth=true:library-s3

0 comments on commit 1f62c2e

Please sign in to comment.