私はherokuアプリを作成しました:
$ heroku create olp-website
Creating olp-website... done, stack is cedar
次に、git ブランチをアプリにプッシュしようとしました。
git push heroku deploy
Counting objects: 25, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (20/20), done.
Writing objects: 100% (25/25), 8.48 KiB, done.
Total 25 (delta 1), reused 0 (delta 0)
Pushed to non-master branch, skipping build.
To git@heroku.com:olp-website.git
* [new branch] deploy -> deploy
次に、アドオンをアプリに追加しようとしました:
$ heroku addons:add cloudamqp:panda
! No app specified.
! Run this command from an app folder or specify which app to use with --app APP.
したがって、これは一般的な質問と特定の質問の両方です。ブランチはマスター ブランチである必要がありますか (「ビルドをスキップして非マスター ブランチにプッシュ」を参照)。特定のherokuアプリ内にいることは可能ですか、それともアドオンごとにアプリを指定する必要がありますか?