From b0396049686adb6f1c11370f2070434320df65f9 Mon Sep 17 00:00:00 2001 From: Mark Valor Date: Sun, 25 Feb 2018 16:49:05 -0800 Subject: [PATCH] Use GCP always free machine type for homebase instance --- bin/hccreate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/hccreate.sh b/bin/hccreate.sh index 8833da0..30fe820 100755 --- a/bin/hccreate.sh +++ b/bin/hccreate.sh @@ -1,3 +1,3 @@ #!/bin/sh -gcloud compute instances create homebase --image-family ubuntu-homebase --disk name=hc-sourcefiles-uc1b,mode=rw --machine-type=g1-small +gcloud compute instances create homebase --image-family ubuntu-homebase --disk name=hc-sourcefiles-uc1b,mode=rw --machine-type=f1-micro