Skip to content

Instantly share code, notes, and snippets.

@jnewland
Created September 4, 2009 02:27
Show Gist options
  • Select an option

  • Save jnewland/180695 to your computer and use it in GitHub Desktop.

Select an option

Save jnewland/180695 to your computer and use it in GitHub Desktop.
task :ssh do
exec "ssh #{user}@#{roles[:app].servers.first}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment