Skip to content

Instantly share code, notes, and snippets.

@andrebautista
Created July 1, 2014 06:51
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 andrebautista/a480b152d5619b225b1a to your computer and use it in GitHub Desktop.
Save andrebautista/a480b152d5619b225b1a to your computer and use it in GitHub Desktop.
set :stage, :production
# role :app, %w{deploy@gymsight.com}
role :web, %w{deploy@gymsight.com}
# role :db, %w{postgres@gymsight.com}
server '198.199.103.189', user: 'deploy', roles: %w{web app}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment