lib/caploy/recipes/symlink.rb in caploy-0.1.5 vs lib/caploy/recipes/symlink.rb in caploy-0.1.6

- old
+ new

@@ -2,10 +2,10 @@ namespace :deploy do desc <<-DESC Symlink shared directories and files. DESC - task :symlink_dependencies, :roles => :web, :except => {:no_release => true} do + task :symlink_dependencies, :roles => :app, :except => {:no_release => true} do shared_directories_to_link = fetch(:shared_directories_to_link, []) directories_to_create = fetch(:directories_to_create, []) files_to_delete = fetch(:files_to_delete, []) files_to_link = fetch(:files_to_link, {}) chmods_to_set = fetch(:chmods_to_set, [])