Commit 8caec692
Changed files (1)
capfile
@@ -1,7 +1,7 @@
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
#load 'deploy/assets'
Dir['vendor/gems/*/recipes/*.rb','vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
-#load 'config/deploy' # remove this line to skip loading any of the default tasks
+load 'config/deploy' # remove this line to skip loading any of the default tasks
task :search_libs, :roles => :web do
run "ls -x1 /usr/lib | grep -i xml"