Skip to content

Commit 28951d3

Browse files
author
Jon Wayne Parrott
authored
Merge pull request GoogleCloudPlatform#70 from tristangoogle/patch-1
Update deploy.sh
2 parents 114935d + 6e08884 commit 28951d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

7-gce/gce/deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ gcloud compute backend-services create $SERVICE \
102102

103103
# [START add_backend_service]
104104
gcloud compute backend-services add-backend $SERVICE \
105-
--group $GROUP \
106-
--zone $ZONE
105+
--instance-group $GROUP \
106+
--instance-zone $ZONE
107107
# [END add_backend_service]
108108

109109
# Create a URL map and web Proxy. The URL map will send all requests to the

0 commit comments

Comments
 (0)