Deploy されているアプリの git commit hash を確認できるようにする
build task の中に以下のようなコマンドを入れておく(static ディレクトリは静的ファイルを公開するディレクトリ)。
git show --format='%H' --no-patch > static/commit.txt
確認
$ curl https://${APP_HOST}/commit.txt
a161a3ceb7f48e4951ddc40c16103cd8df619caf
#コミット #ハッシュ