Skip to content

Instantly share code, notes, and snippets.

@raws
Created April 29, 2010 19:09
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 raws/384078 to your computer and use it in GitHub Desktop.
Save raws/384078 to your computer and use it in GitHub Desktop.
# Instead of Capistrano running things like:
task :deploy do
servers.each { upload "foo", "bar" }
servers.each { run "rm -rf /" }
end
# do it like:
servers.each do
task :deploy
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment