Hi guys, The Heroku deployment guide includes the following note:
"Heroku apps expect the Rails directory structure at the root of the repository. If your app is inside a subdirectory in your repository, it won't run when pushed to Heroku." Currently my repository has three directories in its root: rails (the web service), flex (a client), iphone (a client). The code within each of these directories is distinct, but inter-dependent, thus I'd like to keep it all together in the same repository both locally and on github, so that any complete code set is identified by a single commit. Does anyone have a good system set up that allows them to push from a subdirectory of the repo? Or another solution possibly leveraging submodules? Thanks in advance, Dave
-- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
