diff --git a/scripts/upload-media.pl b/scripts/upload-media.pl index 23df3cf..077e572 100755 --- a/scripts/upload-media.pl +++ b/scripts/upload-media.pl @@ -10,6 +10,7 @@ chop($git_commit_sha); if ( $git_branch eq $main_branch) { print "Syncing to the production bucket\n"; + print `rclone copy -P static "$common_bucket/$git_commit_sha"`; print `rclone sync -P "$common_bucket/$git_commit_sha" "$main_bucket/"`; } else { print "Creating a new hashed dir in the common bucket\n";