From 050ebde35035327bf4bd1c7604feb37893f6445b Mon Sep 17 00:00:00 2001 From: bhandarivijay Date: Tue, 6 Jan 2026 15:40:01 +0000 Subject: [PATCH] chore: Migrate gsutil usage to gcloud storage --- gce/startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gce/startup.sh b/gce/startup.sh index d95dc19..d4a865e 100644 --- a/gce/startup.sh +++ b/gce/startup.sh @@ -30,7 +30,7 @@ sudo apt-get update sudo apt-get install -y endpoints-runtime if [ $NGINX_CONF_URL ]; then - gsutil cp $NGINX_CONF_URL /etc/nginx/nginx.conf + gcloud storage cp $NGINX_CONF_URL /etc/nginx/nginx.conf fi # Use restart in case there is a custom config