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
augustine-linzl committed Apr 14, 2021
1 parent 7ba2865 commit cfa28b5
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 cfa28b5

Please sign in to comment.