Hi I have created the following alias for a deployer user: alias capg='cap -f /home/deployer/tomcat-deploy/multistage/ testingmultstage.rb'
however when the user runs capg he/she gets the following error: /usr/lib/ruby/gems/1.8/gems/capistrano-2.5.3/lib/capistrano/ configuration/loading.rb:183:in `find_file_in_load_path': no such file to load -- config/deploy/test_hol_esb (Loa dError) which is because the config files are not in the current directory. I can "fix" this with bash but I was wondering if I can rather fix this in capistrano. I was expecting capistrano to look for the config directory relevant to where the script is and not the pwd. Is there a way to fix this do it differently? Regards --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
