LoginSignup
5
6

More than 5 years have passed since last update.

Heroku 複数ビルドパックの使い方

Posted at

config:set BUILDPACK_URL だけじゃあかんくなったのん?

ビルドパックのセット

普通にセットする

$ heroku buildpacks:set heroku/ruby

追加する

bash
$ heroku buildpacks:add --index 1 heroku/nodejs

確認する

heroku buildpacks
=== nameless-brushlands-4859 Buildpack
1. heroku/nodejs
2. heroku/ruby

昔の.buildpacksみたいなやり方はdeprecatedなのだろうか…書き直す必要あり?

5
6
1

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
5
6