Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@seancribbs
Created May 21, 2009 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seancribbs/115511 to your computer and use it in GitHub Desktop.
Save seancribbs/115511 to your computer and use it in GitHub Desktop.
namespace :deploy do
task :default do
run "cd #{deploy_to} && git pull"
clear_cache
end
task :clear_cache do
# do something here to clear the cache
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment