From 4f299b83d1881d66e646d28e598549e11bef711e Mon Sep 17 00:00:00 2001 From: sean wibisono Date: Thu, 30 Apr 2026 16:21:17 +1000 Subject: [PATCH] also update the stop script --- scripts/gcp/stop_gcp_enclave.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gcp/stop_gcp_enclave.sh b/scripts/gcp/stop_gcp_enclave.sh index 4dc87edf..5efadfd1 100644 --- a/scripts/gcp/stop_gcp_enclave.sh +++ b/scripts/gcp/stop_gcp_enclave.sh @@ -20,7 +20,7 @@ OPERATOR_KEY_SECRET_NAME=${GCP_INSTANCE_NAME} gcloud config set project ${GCP_PROJECT} -gcloud config set compute/zone asia-southeast1-a +gcloud config set compute/zone us-east1-b gcloud compute instances delete ${GCP_INSTANCE_NAME} --quiet