We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb32819 commit 7aa27a9Copy full SHA for 7aa27a9
scripts/upload_to_gcs.py
@@ -32,4 +32,4 @@
32
site_path = base_path / "site"
33
site_dir = site_path.absolute()
34
35
-os.system(f"gsutil -m rsync -R {site_dir} gs://{bucket}")
+os.system(f"gcloud storage rsync --recursive {site_dir} gs://{bucket}")
0 commit comments