Skip to content

Instantly share code, notes, and snippets.

@michaeldever
Last active July 21, 2017 17:23
Show Gist options
  • Save michaeldever/cda841908445a6e81460143040f860ce to your computer and use it in GitHub Desktop.
Save michaeldever/cda841908445a6e81460143040f860ce to your computer and use it in GitHub Desktop.
Production Configuration
server "$GEMSTASH_IP", user: "gemstash", roles: %w{app}, ssh_options: {
keys: %w('$LOCAL_MACHINE_SSH_PUBLIC_KEY_PATH'), # This could be ~/.ssh/id_rsa.pub
forward_agent: false,
auth_methods: %w(publickey)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment