jnewland (owner)

Revisions

  • 6cd3d2 jnewland Thu Sep 03 19:29:46 -0700 2009
  • bd37c6 jnewland Thu Sep 03 19:27:03 -0700 2009
gist: 180695 Download_button fork
public
Public Clone URL: git://gist.github.com/180695.git
Embed All Files: show embed
Ruby #
1
2
3
4
task :ssh do
  exec "ssh #{user}@#{roles[:app].servers.first}"
end