lib/examples/deploy.rb in ms_deploy-0.2.3 vs lib/examples/deploy.rb in ms_deploy-0.2.4
- old
+ new
@@ -46,13 +46,9 @@
"#{shared_path}/config/config.#{stage}.yml" => "#{release_path}/config/config.local.yml",
"#{shared_path}/config/unicorn.#{stage}.rb" => "#{release_path}/config/unicorn.production.rb"
}
}
-set(:config_file_to_setup) {
- %W(config.#{stage}.yml unicorn.#{stage}.rb)
-}
-
set(:files_to_delete) {
%W()
}
set(:chmods_to_set) {