Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ansible: fix promotion to R2 dist-prod for releases #3840

Merged
merged 1 commit into from
Oct 30, 2024
Merged

ansible: fix promotion to R2 dist-prod for releases #3840

merged 1 commit into from
Oct 30, 2024

Commits on Oct 29, 2024

  1. ansible: fix promotion to R2 dist-prod for releases

    Due to R2 limitations, `aws s3 cp` and `aws s3 sync` only succeed in
    copying different sets of files across. Fortunately the sets are
    disjoint, so running both commands (ignoring errors) will copy all the
    files across.
    
    Update `resha_release.sh` to redirect to a log file the output from the
    `upload_to_cloudflare.sh` to prevent extra output interfering with the
    `release.sh` script.
    richardlau committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    f40323c View commit details
    Browse the repository at this point in the history