Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
bookshelf/gce_deployment: fix gcloud commands
Browse files Browse the repository at this point in the history
  • Loading branch information
remi Taylor authored Mar 14, 2017
1 parent 1fd32e7 commit 4966422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 7-compute-engine/gce/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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 @@ -101,7 +101,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 4966422

Please sign in to comment.