Skip to content

Commit

Permalink
🐛 fix fetching configs from rclone
Browse files Browse the repository at this point in the history
  • Loading branch information
Marigold committed Sep 10, 2024
1 parent e04e6cc commit 5264ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/buildkite/deploy-content
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ sync_to_r2_rclone() {
sync_to_r2_aws() {
local target=$1
echo "--- Syncing ${target}..."
R2_ENDPOINT_URL=$(rclone config show owid-r2 | grep endpoint | cut -d'=' -f2 | tr -d ' ')
R2_ENDPOINT_URL=$(rclone config show r2 | grep endpoint | cut -d'=' -f2 | tr -d ' ')
aws --profile r2 --endpoint-url "${R2_ENDPOINT_URL}" s3 sync live-data/bakedSite/${target} s3://owid-assets/${target} --acl public-read
}

Expand Down

0 comments on commit 5264ab0

Please sign in to comment.