Skip to content

Instantly share code, notes, and snippets.

@bgadrian
Created November 17, 2017 20:27
Show Gist options
  • Save bgadrian/e2aca4a0b5a4d4fa3454207da8a9728d to your computer and use it in GitHub Desktop.
Save bgadrian/e2aca4a0b5a4d4fa3454207da8a9728d to your computer and use it in GitHub Desktop.
GCloud SDK first deploy
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