Skip to content

Instantly share code, notes, and snippets.

@zenhob
Created March 13, 2009 17:14
Show Gist options
  • Save zenhob/78652 to your computer and use it in GitHub Desktop.
Save zenhob/78652 to your computer and use it in GitHub Desktop.
namespace :remote do
desc "Open a screen on the deploy target server."
task :screen do
system "ssh -t #{user}@#{server_name} screen"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment