I have one 'super' repository in GitHub which will contain several applications I would like to deploy to Heroku. Here is an example of my repository.
/app
/.git
/website <-- would like to deploy this to Heroku
When I try to push using the following command:
$ git push heroku master
I get the following error:
Heroku push rejected, no Rails or Rack app detected.
How do I deploy a subdirectory to Heroku?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…