0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Herokuでカスタムbuildpackを使う方法

Posted at

概要

Herokuで通常のbuildpackに加え、customのbuildpackを加えたい時があると思います。
その時のやり方です。

やり方

  • heroku buildpacks:add URL_TO_THE_REPO
  • 例:heroku buildpacks:add https://github.com/elishaterada/heroku-google-application-credentials-buildpack.git
  • その後再ビルド

参考

https://devcenter.heroku.com/articles/using-multiple-buildpacks-for-an-app#adding-a-buildpack
https://elements.heroku.com/buildpacks/elishaterada/heroku-google-application-credentials-buildpack
https://stackoverflow.com/questions/58499435/create-json-file-out-of-env-credentials-to-authenticate-google-cloud-on-heroku

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?