Skip to content

Instantly share code, notes, and snippets.

@eucandre
Created May 3, 2017 19:32
Show Gist options
  • Save eucandre/a2cbbd95046ded9189e77f9754fc02e4 to your computer and use it in GitHub Desktop.
Save eucandre/a2cbbd95046ded9189e77f9754fc02e4 to your computer and use it in GitHub Desktop.
server '172.16.45.70',
user: 'suporte',
password: 'nPh3R4Po',
roles: %w{web app db},
port: 22,
ssh_options: {
forward_agent: true
}
set :stage, :production
set :rails_env, 'production'
set :branch, 'master'
set :deploy_to, '/var/www/rails/portal_de_servicos/production'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment