リポジトリの準備 今回は公式が公開しているCloud Runで動かす用のリポジトリを利用していきます。 また、Private リポジトリで作成したかったため、下記手順を踏みました。 git clone --bare git@github.com:lightdash/lightdash-production-example.git cd lightdash-production-example.git # private リポジトリで空の lightdash-cloud-run-sql リポジトリを作成 git push --mirror git@github.com:{{ 自身のGithubアカウント }}/lightdash-cloud-run-sql.git cd ../ rm -rf lightdash-production-example.git lighdash-entrypoi