staging: deploy_to: "/var/www/consul" ssh_port: 21 server: "staging.consul.es" db_server: "postgre.consul.es" user: "xxxxx" server_name: "staging.consul.es" full_app_name: "consul" # use_rvm: Yes # ruby_version: 2.3.7 # repository: https://github.com/consul/consul.git # branch: master # rails_env: staging preproduction: deploy_to: "/var/www/consul" ssh_port: 2222 server1: xxx.xxx.xxx.xxx server2: xxx.xxx.xxx.xxx db_server: xxx.xxx.xxx.xxx user: xxxxx server_name: pre.consul.es full_app_name: "consul" production: deploy_to: "/var/www/consul" ssh_port: 22 server1: xxx.xxx.xxx.xxx server2: xxx.xxx.xxx.xxx db_server: xxx.xxx.xxx.xxx user: "deploy" server_name: "consul.es" full_app_name: "consul"