Skip to content

Commit

Permalink
Update gcloud commands in GCE deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott authored Mar 14, 2017
1 parent f94036e commit d5fceb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optional-compute-engine/gce/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ gcloud compute instance-groups managed \
# [START create_named_port]
gcloud compute instance-groups managed set-named-ports \
$GROUP \
--named-port http:8080 \
--named-ports http:8080 \
--zone $ZONE
# [END create_named_port]

Expand Down Expand Up @@ -100,7 +100,7 @@ gcloud compute http-health-checks create ah-health-check \

# [START create_backend_service]
gcloud compute backend-services create $SERVICE \
--http-health-check ah-health-check
--http-health-checks ah-health-check
# [END create_backend-service]

# [START add_backend_service]
Expand Down

0 comments on commit d5fceb7

Please sign in to comment.