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

Test uploading build output to AWS using parallel threads #680

Merged
merged 2 commits into from
Jan 23, 2025

Conversation

louis-md
Copy link
Collaborator

This PR aims to speed up the deployment of the website on AWS by allowing file uploads to be performed in parallel.

Copy link

github-actions bot commented Jan 22, 2025

Branch preview

✅ Deployed successfully in branch deployment:

https://parallel_build--docs.review.5afe.dev

@louis-md louis-md requested a review from germartinez January 23, 2025 08:49
@louis-md louis-md merged commit 11931af into main Jan 23, 2025
4 checks passed
@louis-md louis-md deleted the parallel-build branch January 23, 2025 15:41
louis-md added a commit to louis-md/safe-homepage that referenced this pull request Jan 28, 2025
Similar to safe-global/safe-docs#680, this fix aims to drastically reduce deployment times to AWS, by uploading files in parallel and not sequentially.
louis-md added a commit to louis-md/safe-wallet-monorepo that referenced this pull request Jan 28, 2025
## What it solves

Identical to safe-global/safe-docs#680 and safe-global/safe-homepage#541, this fix aims to drastically reduce deployment times to AWS.

## How this PR fixes it

The issue is solved by uploading files in parallel using the `&` operator.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants