use another data center

pull/1269/head
Darien Raymond 2018-08-31 15:14:46 +02:00
parent 7053293347
commit ab1fe09c56
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ gcloud compute instances create "v2raycore-${RAND}" \
--machine-type=n1-highcpu-2 \
--metadata=release_tag=v${VER},prerelease=${PRE} \
--metadata-from-file=startup-script=${DIR}/release-ci.sh \
--zone=us-central1-c \
--zone=europe-west4-c \
--project ${PROJECT} \
--scopes "https://www.googleapis.com/auth/compute,https://www.googleapis.com/auth/devstorage.read_write" \