blob: b25e5388c13ee50c5d87c37a526c60f418ea35c7 [file] [log] [blame]
#!/bin/bash
#
# Creates the compute instance for skfiddle.com
#
set -x
source ./vm_config.sh
gcutil --project=$PROJECT_ID addinstance $INSTANCE_NAME \
--zone=$ZONE \
--external_ip_address=$WEBTRY_IP_ADDRESS \
--service_account=$PROJECT_USER \
--service_account_scopes=$SCOPES \
--network=default \
--machine_type=$WEBTRY_MACHINE_TYPE \
--image=$WEBTRY_IMAGE \
--persistent_boot_disk