Created
February 20, 2019 08:05
-
-
Save leslie-alldridge/5b145c40034a087c86e22059028bf6c5 to your computer and use it in GitHub Desktop.
Google Cloud Deploy Commands
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 app deploy --version 1 --no-promote --project (projectname without brackets) | |
gcloud app browse | |
gcloud config set project (project name) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment