Created
November 17, 2017 20:27
-
-
Save bgadrian/e2aca4a0b5a4d4fa3454207da8a9728d to your computer and use it in GitHub Desktop.
GCloud SDK first deploy
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
gcloud init | |
gcloud auth login | |
gcloud config set project newID | |
#create the app from the UI or ... gcloud app create --region="us-central" | |
gcloud app deploy --verbosity="info" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment