Skip to content

Commit

Permalink
Update deploy.sh (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
mservidio authored Jan 27, 2021
1 parent 478d827 commit 6eda060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ gcloud run deploy ds-api \
--platform gke \
--service-account ${SERVICE_ACCOUNT_NAME} \
--update-env-vars=PROJECT_ID="${PROJECT_ID}" \
--use-http2
--no-use-http2

gcloud run services update-traffic ds-api \
--cluster $CLUSTER \
Expand Down

0 comments on commit 6eda060

Please sign in to comment.