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

Move away from gsutil #4525

Merged
merged 9 commits into from Oct 11, 2022
Merged

Move away from gsutil #4525

merged 9 commits into from Oct 11, 2022

Conversation

pbiggar
Copy link
Member

@pbiggar pbiggar commented Oct 9, 2022

Changelog:

Internal:

- Use gcloud storage commands instead of gsutil for deployment

Google cloud has a separate tool called gsutil, which we use to deploy darklang.com assets and also for the deploy lock. However, it's a little annoying as the tool requires us to install a python module to have reasonably fast deployment.

They recently released a new component to gcloud which replaces this: gcloud storage. It means we don't need the python module and it's also supposedly much much faster.

Also updates some dependencies in the dev container

@pbiggar pbiggar marked this pull request as ready for review October 9, 2022 19:15
@pbiggar pbiggar merged commit ec87e12 into main Oct 11, 2022
@pbiggar pbiggar deleted the paul/gsutil branch October 11, 2022 14:02
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.

None yet

2 participants