Skip to content

Commit 7aa27a9

Browse files
chore: Migrate gsutil usage to gcloud storage (#2311)
1 parent bb32819 commit 7aa27a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/upload_to_gcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
site_path = base_path / "site"
3333
site_dir = site_path.absolute()
3434

35-
os.system(f"gsutil -m rsync -R {site_dir} gs://{bucket}")
35+
os.system(f"gcloud storage rsync --recursive {site_dir} gs://{bucket}")

0 commit comments

Comments
 (0)