Files
nairobi/config/deploy-secrets.yml.example
Javi Martín 28b282df12 Remove unused deployment configuration variables
The server_name variable isn't used since we removed the Apache task in
commit 012d5297e, 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 commit 94a7e13dc.
2020-11-04 16:52:43 +01:00

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"