I am configuring heroku_san for deploying Rails to Heroku. When I run any rake task it creates, I keep getting this error:
rake production deploy
No heroku apps are configured. Run: rails generate heroku:config
I know that there are Heroku apps because I can see them when I run heroku list
. What might be happening? Why can't this gem find the Heroku apps?