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

fix(CI): upload build output using parallel threads #541

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

louis-md
Copy link

@louis-md louis-md commented Jan 28, 2025

What it solves

Similar to safe-global/safe-docs#680, 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.

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.
Copy link

github-actions bot commented Jan 28, 2025

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@louis-md
Copy link
Author

I have read the CLA Document and I hereby sign the CLA

@louis-md louis-md changed the title Upload build output using parallel threads fix(CI): upload build output using parallel threads Jan 28, 2025
Copy link
Member

@usame-algan usame-algan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me as its the exact change as we have on the safe-docs.

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