search for: cropying

Displaying 1 result from an estimated 1 matches for "cropying".

Did you mean: copying
2006 Oct 13
0
Deployment problem with Capistrano
...the database.yml file (also from shared) into the current folder. I''ve written the following task: desc "Copy the database config file over and set up sym links to the content" task :after_update_code do db_config = "#{shared_path}/config/database.yml" puts "Cropying config files and creating content sym-links... " sudo "cp #{db_config} #{release_path}/config/" sudo "ln -s #{shared_path}/public/product #{release_path}/public/product" sudo "ln -s #{shared_path}/public/preview #{release_path}/public/preview" end and place...