Google App Engine
#Serverless
2つある。
flex
https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/hello-world/flexible/app.yaml
standard
https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/hello-world/standard/app.yaml
https://cloud.google.com/appengine/docs/the-appengine-environments
https://qiita.com/comameito/items/3738262923c49da94fb9
わからん。どっちが良いのか。
standardがビルドはやい?
ていうか、standardでもビルド時間かかっているような。
GCP契約 -> カード必要
code:sh
brew cask install google-cloud-sdk
gcloud
gcloud auth login
gcloud config set project <Project-ID>
Cloud Container Builder
なんか途中で要求された