I have a directory structure in git/github which looks like:
demoapp
- mockups
- some_files
- app (rails app)
the github url for the app looks like git@github/user/demoapp.git
Currently when I use capistrano to deploy, it looks for rake file in the directory demoapp and fails to find it.
How do I specify in capistrano deploy.rb the directory of my app (which is one level down).
thanks