mrvovanness / infra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is an infrastructure repo.

Create reddit-app

gcloud compute instances  create \
  --boot-disk-size=10GB \
  --image=ubuntu-1604-xenial-v20170815a \
  --image-project=ubuntu-os-cloud \
  --machine-type=g1-small \
  --tags puma-server \
  --restart-on-failure \
  --zone=europe-west1-b \
  --metadata-from-file=startup-script=startup.sh \
  reddit-app

About


Languages

Language:HCL 83.0%Language:Shell 17.0%