Hi,
I'm trying to deploy my Play application to Heroku. In my git repository my Play application is located a couple levels deeper: MY_REPOSITORY/trunk/myapp.
Obviously when I try to push it to Heroku it doesn't recognise the structure. In all the examples I found people seem to be initialising their git repository inside the root of their Play application. Is this a convention I'm breaking and is this really a required in order to deploy to Heroku?
Thanks!