1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-25 17:05:23 +00:00

use preemptible machine

This commit is contained in:
Darien Raymond 2017-04-05 23:43:51 +02:00
parent 16ce077d58
commit f37f03f476
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -39,4 +39,5 @@ gcloud compute instances create "v2raycore-${RAND}" \
--metadata=release_tag=v${VER},prerelease=${PRE} \
--metadata-from-file=startup-script=${DIR}/release-ci.sh \
--zone=us-west1-a \
--preemptible \
--project ${PROJECT}