Im using capistrano to deploy PHP projects which all works perfectly I am now introducing multistage, which I have also got working no problem
In my actual application setup I like to store the files in a differnt format
eg
/
..application/
....deploy/deploy.rb
....deploy/production.rb
..configs (etc)
I understand the default is config/deploy/production.rb This dosent follow my applications say up, so is there anyway to define which path to use?
Capfile:
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
load 'application/deploy/deploy' # remove this line to skip loading any of the default tasks