Skip to content

Commit

Permalink
Use GCP always free machine type for homebase instance
Browse files Browse the repository at this point in the history
  • Loading branch information
mkvalor committed Feb 26, 2018
1 parent 875126d commit b039604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/hccreate.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b039604

Please sign in to comment.