GatsbyJS をGoogle App Engine にデプロイする方法の備忘です。 app.yaml と cloudbuild.yaml を設定してCloud Buildのコマンドを叩くことでデプロイします。 Google App Engine の設定 まずは app.yaml の設定です。 基本は Hosting a static website on Google App Engine | App Engine standard environment for PHP | Google Cloud を参考にします。 ルーティングの都合上、拡張子を指定しない場合のリクエストは index.html にマッピングさせます。 runtime: php55 api_version: 1 handlers: # file with extensions (e.g. .html) -