Skip to content

Commit

Permalink
Fix gcloud commands for GCE deployment (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott authored and Ace Nassri committed Mar 15, 2017
1 parent b4034eb commit 2d6ab6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 7-gce/gce/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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 @@ -97,7 +97,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 \
--port 8080
# [END create_backend_service]

Expand Down

0 comments on commit 2d6ab6f

Please sign in to comment.