$ gcloud app deploy --project private-tool-kit
Services to deploy:
descriptor: [/home/laughk/.ghq/github.com/laughk/TIL/gae_hello/app.yaml]
source: [/home/laughk/.ghq/github.com/laughk/TIL/gae_hello]
target project: [private-tool-kit]
target service: [default]
target version: [20190810t165912]
target url: [https://private-tool-kit.appspot.com]
Do you want to continue (Y/n)? Y
Beginning deployment of service [default]...
╔════════════════════════════════════════════════════════════╗
╠═ Uploading 1 file to Google Cloud Storage ═╣
╚════════════════════════════════════════════════════════════╝
File upload done.
Updating service [default]...done.
Setting traffic split for service [default]...done.
Deployed service [default] to [https://private-tool-kit.appspot.com]
You can stream logs from the command line by running:
$ gcloud app logs tail -s default
To view your application in the web browser run:
$ gcloud app browse
ref. https://github.com/laughk/TIL/issues/12
ちなみにデプロイするとこんな感じになる