Skip to content

Instantly share code, notes, and snippets.

@OHua
Last active August 25, 2019 15:02
Show Gist options
  • Save OHua/f7c45e2919fe7bc810127d90570dad2f to your computer and use it in GitHub Desktop.
Save OHua/f7c45e2919fe7bc810127d90570dad2f to your computer and use it in GitHub Desktop.
## deploy to GAE
gcloud app deploy app.yaml -v delta
gcloud app deploy dispatch.yaml
## client connet to cloud sql:
wget https://dl.google.com/cloudsql/cloud_sql_proxy.linux.amd64 -O cloud_sql_proxy
chmod +x cloud_sql_proxy
~/cloud_sql_proxy -instances=<project_id>:<region_id>:<database_id>=tcp:3306
## install Google Cloud SDK for gcloud cli-tool
## reference : https://cloud.google.com/sdk/install?hl=zh-TW
gcloud init
# gcloud auth login
# gcloud config help
touch app.yaml
touch cloudbuild.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment