The server_name variable isn't used since we removed the Apache task in commit012d5297e, db_server and config_files aren't used since we removed the capistrano templates in that same commit, and full_app_name isn't used since commit94a7e13dc.
20 lines
369 B
Plaintext
20 lines
369 B
Plaintext
staging:
|
|
deploy_to: "/var/www/consul"
|
|
ssh_port: "21"
|
|
server: "staging.consul.es"
|
|
user: "xxxxx"
|
|
|
|
preproduction:
|
|
deploy_to: "/var/www/consul"
|
|
ssh_port: "2222"
|
|
server1: xxx.xxx.xxx.xxx
|
|
server2: xxx.xxx.xxx.xxx
|
|
user: xxxxx
|
|
|
|
production:
|
|
deploy_to: "/var/www/consul"
|
|
ssh_port: "22"
|
|
server1: xxx.xxx.xxx.xxx
|
|
server2: xxx.xxx.xxx.xxx
|
|
user: "deploy"
|