Skip to content

Instantly share code, notes, and snippets.

@marciol
Created October 22, 2009 17:21
Show Gist options
  • Save marciol/216101 to your computer and use it in GitHub Desktop.
Save marciol/216101 to your computer and use it in GitHub Desktop.
namespace :blogify do
desc "Sync extra files from blogify plugin"
task :sync do
system "rsync -ruv vendor/plugins/blogify/db/migrate db"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment