My directory structure is as looks like the following :
+deploy
|
| Capfile
+- config/
|
+- deploy/
|
| production.rb
...
....
deploy.rb
+frontend-app
|
+- My app structure.
I want to make this structure working with capistrano, For now my Capfile and related capistrano configs are placed under the /frontend-app directory.
Any help would be appreciated.
Updated : I checked these and these but I think it doesn't provides exact abstraction.