Skip to content

Instantly share code, notes, and snippets.

@softwhisper
Created March 12, 2012 15:47
Show Gist options
  • Save softwhisper/2022865 to your computer and use it in GitHub Desktop.
Save softwhisper/2022865 to your computer and use it in GitHub Desktop.
Capistrano receipt: Download system folder of a Rails app to tmp
namespace :system_folder do
desc "Download System Folder"
task :sync do
get "#{shared_path}/system/", "tmp/", :recursive => true
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment