Created
October 19, 2018 23:37
-
-
Save b0noI/1a6698383a4460f5403c272cf41d7cf3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export WEB_BACKED_SERVICE_NAME="tensorflow-backend" | |
export WEB_MAP_NAME="map-all" | |
gcloud compute url-maps create $WEB_MAP_NAME \ | |
--default-service $WEB_BACKED_SERVICE_NAME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment