-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ansible: fix promotion to R2 dist-prod for releases (#3840)
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. Fixes: #3838 Refs: #3838 (comment)
- Loading branch information
1 parent
763385b
commit 21fc64a
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters