Skip to content

Instantly share code, notes, and snippets.

@v-yarotsky
Created December 27, 2012 19:04
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 v-yarotsky/4390994 to your computer and use it in GitHub Desktop.
Save v-yarotsky/4390994 to your computer and use it in GitHub Desktop.
project :rainbowunicorns do
environment :staging do
server do
host "staging.rainbowunicorns.com"
location "/mnt/apps/rainbowunicorns"
env :TERM => "xterm-256color"
user "boss"
identity_file "~/.ssh/my_uber_secret_key"
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment