Skip to content

Instantly share code, notes, and snippets.

@sci-phi
Created March 25, 2013 18:59
Show Gist options
  • Save sci-phi/5239649 to your computer and use it in GitHub Desktop.
Save sci-phi/5239649 to your computer and use it in GitHub Desktop.
server 'app1.reservoir.dogs', :app, {
:user => 'nerd1',
:ssh_options => {
:keys => './keys/nerd.pem'
}
}
server 'app2.reservoir.dogs', :app {
:user => 'nerd2',
:ssh_options => {
:keys => './keys/nerd.pem'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment